From 6ef8e1ff52deee55b846f7e9c713d85a4da68a3a Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 1 Apr 2026 11:37:07 +0200 Subject: [PATCH] test: temporarily skip flaky test See https://git.coopcloud.tech/toolshed/abra/issues/814 --- pkg/git/clone_test.go | 2 ++ 1 file changed, 2 insertions(+) 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() })