diff --git a/cmd/swarm/upload_test.go b/cmd/swarm/upload_test.go index 586c5fd99a..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) { - // skipped because syncer is not functional - t.Skip() // start 3 node cluster t.Log("starting 3 node cluster") cluster := newTestCluster(t, 3)