remove unrelated changes

pull/8265/head
Medya Gh 2020-05-27 12:26:14 -07:00
parent c7135e0af9
commit e935662fcd
1 changed files with 0 additions and 8 deletions

View File

@ -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)