Remove redundant return after t.Skip(..)

pull/9985/head
Ilya Zuyev 2021-01-14 11:51:56 -08:00
parent 61157c0e56
commit 5cc965921a
1 changed files with 0 additions and 1 deletions

View File

@ -996,7 +996,6 @@ func validateSSHCmd(ctx context.Context, t *testing.T, profile string) {
func validateMySQL(ctx context.Context, t *testing.T, profile string) {
if arm64Platform() {
t.Skip("arm64 is not supported by mysql. Skip the test. See https://github.com/kubernetes/minikube/issues/10144")
return
}
defer PostMortemLogs(t, profile)