cmd/swarm: enable TestCLISwarmUp

This commit is contained in:
Anton Evangelatov 2018-03-05 18:57:43 +01:00
parent 11a57186fc
commit ec21a16713

View file

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