diff options
author | Felix Lange <fjl@twurst.com> | 2017-06-23 04:17:53 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2017-06-23 04:17:53 +0800 |
commit | a4277450b2f47d17a6504f22ade9cf0cfa9c427c (patch) | |
tree | 52c90802ad10c4f950ac41dfe506f2fe2f621506 /cmd | |
parent | b664bedcf21f30b54af542e0b4ba4e24c01968fd (diff) | |
download | dexon-a4277450b2f47d17a6504f22ade9cf0cfa9c427c.tar.gz dexon-a4277450b2f47d17a6504f22ade9cf0cfa9c427c.tar.zst dexon-a4277450b2f47d17a6504f22ade9cf0cfa9c427c.zip |
cmd/swarm: disable TestCLISwarmUp because it's flaky
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/swarm/upload_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/swarm/upload_test.go b/cmd/swarm/upload_test.go index 5656186e1..5b74dd4f1 100644 --- a/cmd/swarm/upload_test.go +++ b/cmd/swarm/upload_test.go @@ -27,6 +27,8 @@ import ( // TestCLISwarmUp tests that running 'swarm up' makes the resulting file // available from all nodes via the HTTP API func TestCLISwarmUp(t *testing.T) { + t.Skip("flaky test") + // start 3 node cluster t.Log("starting 3 node cluster") cluster := newTestCluster(t, 3) |