skip mount/any-port until mouting issue resolved
parent
48424c5393
commit
6e68f73606
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue