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:
parent
df58c75ca4
commit
d0851113d1
@ -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")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user