未验证 提交 21d54bca 编写于 作者: E Elad 提交者: Rafael Matias

cmd/swarm/swarm-snapshot: disable tests on windows (#18478)

(cherry picked from commit 632135ce)
上级 7383db4d
......@@ -21,6 +21,7 @@ import (
"fmt"
"io/ioutil"
"os"
"runtime"
"sort"
"strconv"
"strings"
......@@ -33,6 +34,10 @@ 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()
}
for _, v := range []struct {
name string
nodes int
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册