test: temporarily skip flaky test

See toolshed/abra#814
This commit is contained in:
2026-04-01 11:37:07 +02:00
parent 7fb9675b1e
commit 6ef8e1ff52
+2
View File
@@ -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() })