Skip to content

Commit a427745

Browse files
committed
cmd/swarm: disable TestCLISwarmUp because it's flaky
1 parent b664bed commit a427745

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmd/swarm/upload_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ import (
2727
// TestCLISwarmUp tests that running 'swarm up' makes the resulting file
2828
// available from all nodes via the HTTP API
2929
func TestCLISwarmUp(t *testing.T) {
30+
t.Skip("flaky test")
31+
3032
// start 3 node cluster
3133
t.Log("starting 3 node cluster")
3234
cluster := newTestCluster(t, 3)

0 commit comments

Comments
 (0)