From e935662fcdc2e318bf23e6e73aa4e643c1d72b44 Mon Sep 17 00:00:00 2001 From: Medya Gh Date: Wed, 27 May 2020 12:26:14 -0700 Subject: [PATCH] remove unrelated changes --- test/integration/functional_test.go | 8 -------- 1 file changed, 8 deletions(-) diff --git a/test/integration/functional_test.go b/test/integration/functional_test.go index 4601590f72..690d6bbf11 100644 --- a/test/integration/functional_test.go +++ b/test/integration/functional_test.go @@ -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)