We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b664bed commit a427745Copy full SHA for a427745
cmd/swarm/upload_test.go
@@ -27,6 +27,8 @@ import (
27
// TestCLISwarmUp tests that running 'swarm up' makes the resulting file
28
// available from all nodes via the HTTP API
29
func TestCLISwarmUp(t *testing.T) {
30
+ t.Skip("flaky test")
31
+
32
// start 3 node cluster
33
t.Log("starting 3 node cluster")
34
cluster := newTestCluster(t, 3)
0 commit comments