aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/swarm/swarm-snapshot/create_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/swarm/swarm-snapshot/create_test.go')
-rw-r--r--cmd/swarm/swarm-snapshot/create_test.go5
1 files changed, 1 insertions, 4 deletions
diff --git a/cmd/swarm/swarm-snapshot/create_test.go b/cmd/swarm/swarm-snapshot/create_test.go
index b2e30c201..4cd78f35a 100644
--- a/cmd/swarm/swarm-snapshot/create_test.go
+++ b/cmd/swarm/swarm-snapshot/create_test.go
@@ -21,7 +21,6 @@ import (
"fmt"
"io/ioutil"
"os"
- "runtime"
"sort"
"strconv"
"strings"
@@ -34,9 +33,7 @@ import (
// It runs a few "create" commands with different flag values and loads generated
// snapshot files to validate their content.
func TestSnapshotCreate(t *testing.T) {
- if runtime.GOOS == "windows" {
- t.Skip()
- }
+ t.Skip("test is flaky. disabling until underlying problem is addressed")
for _, v := range []struct {
name string