test: temporarily skip flaky test
All checks were successful
continuous-integration/drone/push Build is passing

See #814
This commit is contained in:
2026-04-01 11:37:07 +02:00
parent 7fb9675b1e
commit 6ef8e1ff52

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() })