mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-31 14:24:25 +03:00
Skipping copy_patch_to_clipboard test case
This commit is contained in:
@ -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")
|
||||||
|
Reference in New Issue
Block a user