cmd/swarm: disable TestCLISwarmUp because it's flaky

This commit is contained in:
Felix Lange 2017-06-22 22:17:53 +02:00
parent b664bedcf2
commit a4277450b2

View File

@ -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)