From dbc749160f60080fd0c7ccd2677b42e9903e27d2 Mon Sep 17 00:00:00 2001 From: Medya Gh Date: Thu, 4 Jun 2020 19:30:43 -0700 Subject: [PATCH] remove unrelated changes --- test/integration/functional_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/integration/functional_test.go b/test/integration/functional_test.go index 658f8e719a..9397ee5424 100644 --- a/test/integration/functional_test.go +++ b/test/integration/functional_test.go @@ -872,9 +872,6 @@ func validateSSHCmd(ctx context.Context, t *testing.T, profile string) { // validateMySQL validates a minimalist MySQL deployment func validateMySQL(ctx context.Context, t *testing.T, profile string) { - if HyperVDriver() { - t.Skipf("skipping mysql for hyperv driver") - } defer PostMortemLogs(t, profile) rr, err := Run(t, exec.CommandContext(ctx, "kubectl", "--context", profile, "replace", "--force", "-f", filepath.Join(*testdataDir, "mysql.yaml")))