From d0851113d16adefc8f0c88f6c58f76d238cb7cb1 Mon Sep 17 00:00:00 2001 From: Phanindra kumar Paladi Date: Sun, 29 Jan 2023 10:20:56 +0530 Subject: [PATCH] Skipping copy_patch_to_clipboard test case --- pkg/integration/tests/patch_building/copy_patch_to_clipboard.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")