aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/swarm/export_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/swarm/export_test.go')
-rw-r--r--cmd/swarm/export_test.go6
1 files changed, 4 insertions, 2 deletions
diff --git a/cmd/swarm/export_test.go b/cmd/swarm/export_test.go
index 20df7b060..c533511af 100644
--- a/cmd/swarm/export_test.go
+++ b/cmd/swarm/export_test.go
@@ -14,8 +14,6 @@
// You should have received a copy of the GNU General Public License
// along with go-ethereum. If not, see <http://www.gnu.org/licenses/>.
-// +build !windows
-
package main
import (
@@ -26,6 +24,7 @@ import (
"io/ioutil"
"net/http"
"os"
+ "runtime"
"strings"
"testing"
@@ -40,6 +39,9 @@ import (
// 5. imports the exported datastore
// 6. fetches the uploaded random file from the second node
func TestCLISwarmExportImport(t *testing.T) {
+ if runtime.GOOS == "windows" {
+ t.Skip()
+ }
cluster := newTestCluster(t, 1)
// generate random 10mb file