remove unrelated changes

pull/8378/head
Medya Gh 2020-06-04 19:30:43 -07:00
parent 908afb88ba
commit dbc749160f
No known key found for this signature in database
GPG Key ID: 7CF7792C6DF3245C
1 changed files with 0 additions and 3 deletions

View File

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