aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/swarm/export_test.go
diff options
context:
space:
mode:
authorElad <theman@elad.im>2018-10-02 20:59:58 +0800
committerAnton Evangelatov <anton.evangelatov@gmail.com>2018-10-02 20:59:58 +0800
commitbd1f7ebda27d57002b6a04a95812420a40117b3a (patch)
tree231c5f50e2c0926725419056f2ac3320eb782b2c /cmd/swarm/export_test.go
parent26a37c5351d14ca3eea1efa5b4128166f7d8ec74 (diff)
downloadgo-tangerine-bd1f7ebda27d57002b6a04a95812420a40117b3a.tar
go-tangerine-bd1f7ebda27d57002b6a04a95812420a40117b3a.tar.gz
go-tangerine-bd1f7ebda27d57002b6a04a95812420a40117b3a.tar.bz2
go-tangerine-bd1f7ebda27d57002b6a04a95812420a40117b3a.tar.lz
go-tangerine-bd1f7ebda27d57002b6a04a95812420a40117b3a.tar.xz
go-tangerine-bd1f7ebda27d57002b6a04a95812420a40117b3a.tar.zst
go-tangerine-bd1f7ebda27d57002b6a04a95812420a40117b3a.zip
cmd/swarm: fix appveyor build (#17808)
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