Merge branch 'master' of github.com:kubernetes/minikube into release-1.20

pull/11314/head
Sharif Elgamal 2021-05-06 11:29:44 -07:00
commit 1c5080469a
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 olm test till this issue is fixed https://github.com/kubernetes/minikube/issues/11311")
defer PostMortemLogs(t, profile)
client, err := kapi.Client(profile)