|
@@ -27,8 +27,6 @@ import (
|
|
|
// TestCLISwarmUp tests that running 'swarm up' makes the resulting file
|
|
// TestCLISwarmUp tests that running 'swarm up' makes the resulting file
|
|
|
// available from all nodes via the HTTP API
|
|
// available from all nodes via the HTTP API
|
|
|
func TestCLISwarmUp(t *testing.T) {
|
|
func TestCLISwarmUp(t *testing.T) {
|
|
|
- t.Skip("flaky test")
|
|
|
|
|
-
|
|
|
|
|
// start 3 node cluster
|
|
// start 3 node cluster
|
|
|
t.Log("starting 3 node cluster")
|
|
t.Log("starting 3 node cluster")
|
|
|
cluster := newTestCluster(t, 3)
|
|
cluster := newTestCluster(t, 3)
|