skip mount/any-port until mouting issue resolved

pull/12975/head
Steven Powell 2021-11-17 12:07:06 -08:00
parent 48424c5393
commit 6e68f73606
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ func validateMountCmd(ctx context.Context, t *testing.T, profile string) { // no
}
t.Run("any-port", func(t *testing.T) {
t.Skip("Skipping until https://github.com/kubernetes/minikube/issues/12301 is resolved.")
tempDir, err := os.MkdirTemp("", "mounttest")
defer func() { // clean up tempdir
err := os.RemoveAll(tempDir)