mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
cmd/swarm: re-enable TestCLISwarmExportImport
This commit is contained in:
parent
3e6e03a7b3
commit
6ce34818e7
1 changed files with 0 additions and 2 deletions
|
|
@ -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()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue