test: temporarily skip flaky test
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
See #814
This commit is contained in:
@ -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() })
|
||||
|
||||
|
||||
Reference in New Issue
Block a user