summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhanindra kumar Paladi <phanindrakumar.paladi@gmail.com>2023-01-29 10:20:56 +0530
committerPhanindra kumar Paladi <phanindrakumar.paladi@gmail.com>2023-01-29 10:20:56 +0530
commitd0851113d16adefc8f0c88f6c58f76d238cb7cb1 (patch)
tree57b3a94a3c8295e703a89cfd8c6eae50467e13f3
parentdf58c75ca48e9a2f14844086f7add2116d642425 (diff)
Skipping copy_patch_to_clipboard test case
-rw-r--r--pkg/integration/tests/patch_building/copy_patch_to_clipboard.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/integration/tests/patch_building/copy_patch_to_clipboard.go b/pkg/integration/tests/patch_building/copy_patch_to_clipboard.go
index 0a0193994..59b38388f 100644
--- a/pkg/integration/tests/patch_building/copy_patch_to_clipboard.go
+++ b/pkg/integration/tests/patch_building/copy_patch_to_clipboard.go
@@ -8,7 +8,7 @@ import (
var BuildPatchAndCopyToClipboard = NewIntegrationTest(NewIntegrationTestArgs{
Description: "Create a patch from the commits and copy the patch to clipbaord.",
ExtraCmdArgs: "",
- Skip: false,
+ Skip: true,
SetupConfig: func(config *config.AppConfig) {},
SetupRepo: func(shell *Shell) {
shell.NewBranch("branch-a")