From 6ce34818e7ca676a17ff3084f693fe204dc943b4 Mon Sep 17 00:00:00 2001 From: Janos Guljas Date: Tue, 5 Mar 2019 14:16:56 +0100 Subject: [PATCH] cmd/swarm: re-enable TestCLISwarmExportImport --- cmd/swarm/export_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/swarm/export_test.go b/cmd/swarm/export_test.go index 337a2fb79f..e8671eea79 100644 --- a/cmd/swarm/export_test.go +++ b/cmd/swarm/export_test.go @@ -38,8 +38,6 @@ import ( // 5. imports the exported datastore // 6. fetches the uploaded random file from the second node func TestCLISwarmExportImport(t *testing.T) { - t.Skip("disabled since http get is not working") - if runtime.GOOS == "windows" { t.Skip() }