1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-04-21 12:16:54 +02:00

Skipping copy_patch_to_clipboard test case

This commit is contained in:
Phanindra kumar Paladi 2023-01-29 10:20:56 +05:30
parent df58c75ca4
commit d0851113d1

View File

@ -8,7 +8,7 @@ import (
var BuildPatchAndCopyToClipboard = NewIntegrationTest(NewIntegrationTestArgs{ var BuildPatchAndCopyToClipboard = NewIntegrationTest(NewIntegrationTestArgs{
Description: "Create a patch from the commits and copy the patch to clipbaord.", Description: "Create a patch from the commits and copy the patch to clipbaord.",
ExtraCmdArgs: "", ExtraCmdArgs: "",
Skip: false, Skip: true,
SetupConfig: func(config *config.AppConfig) {}, SetupConfig: func(config *config.AppConfig) {},
SetupRepo: func(shell *Shell) { SetupRepo: func(shell *Shell) {
shell.NewBranch("branch-a") shell.NewBranch("branch-a")