From 34daf0559dc5059ce0af443e3f22b77ec02b4c2b Mon Sep 17 00:00:00 2001 From: Anton Evangelatov Date: Wed, 28 Mar 2018 13:51:16 +0200 Subject: [PATCH] cmd/swarm: enable testcliswarmup --- cmd/swarm/upload_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/swarm/upload_test.go b/cmd/swarm/upload_test.go index c450752f2a..df7fc216af 100644 --- a/cmd/swarm/upload_test.go +++ b/cmd/swarm/upload_test.go @@ -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)