cmd/swarm: re-enable TestCLISwarmExportImport

This commit is contained in:
Janos Guljas 2019-03-05 14:16:56 +01:00
parent 3e6e03a7b3
commit 6ce34818e7

View file

@ -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()
}