skip olm test
parent
4fc22325cb
commit
38dac5b276
|
@ -462,6 +462,7 @@ func validateHelmTillerAddon(ctx context.Context, t *testing.T, profile string)
|
|||
|
||||
// validateOlmAddon tests the OLM addon
|
||||
func validateOlmAddon(ctx context.Context, t *testing.T, profile string) {
|
||||
t.Skip("skipping till this issue is fixed https://github.com/kubernetes/minikube/issues/11311")
|
||||
defer PostMortemLogs(t, profile)
|
||||
|
||||
client, err := kapi.Client(profile)
|
||||
|
|
Loading…
Reference in New Issue