skip olm test

pull/11313/head
Medya Gh 2021-05-06 10:49:14 -07:00
parent 4fc22325cb
commit 38dac5b276
1 changed files with 1 additions and 0 deletions

View File

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