diff --git a/pkg/git/clone_test.go b/pkg/git/clone_test.go index 380024a4..bb476a62 100644 --- a/pkg/git/clone_test.go +++ b/pkg/git/clone_test.go @@ -58,6 +58,8 @@ func TestClone(t *testing.T) { } func TestCancelGitClone(t *testing.T) { + t.Skip("https://git.coopcloud.tech/toolshed/abra/issues/814") + setup() t.Cleanup(func() { teardown() })