提交 e935662f 编写于 作者: M Medya Gh

remove unrelated changes

上级 c7135e0a
......@@ -973,10 +973,6 @@ func validateFileSync(ctx context.Context, t *testing.T, profile string) {
t.Skipf("skipping: ssh unsupported by none")
}
if runtime.GOOS == "windows" {
t.Skipf("skipping for windows for now :(")
}
vp := vmSyncTestPath()
t.Logf("Checking for existence of %s within VM", vp)
rr, err := Run(t, exec.CommandContext(ctx, Target(), "-p", profile, "ssh", fmt.Sprintf("sudo cat %s", vp)))
......@@ -1004,10 +1000,6 @@ func validateCertSync(ctx context.Context, t *testing.T, profile string) {
t.Skipf("skipping: ssh unsupported by none")
}
if runtime.GOOS == "windows" {
t.Skipf("skipping for windows for now :(")
}
want, err := ioutil.ReadFile("./testdata/minikube_test.pem")
if err != nil {
t.Errorf("test file not found: %v", err)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册