cmd/swarm: enable testcliswarmup

This commit is contained in:
Anton Evangelatov 2018-03-28 13:51:16 +02:00
parent 4fb66e7cc1
commit 34daf0559d

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) {
// temporarily disable to make travis green
t.Skip()
// start 3 node cluster
t.Log("starting 3 node cluster")
cluster := newTestCluster(t, 3)