remove unrelated changes
parent
c7135e0af9
commit
e935662fcd
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue