Skip to content

Commit

Permalink
Merge branch 'master' of github.com:kubernetes/minikube into release-…
Browse files Browse the repository at this point in the history
…1.20
  • Loading branch information
sharifelgamal committed May 6, 2021
2 parents da85657 + 7453873 commit 1c50804
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/addons_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1c50804

Please sign in to comment.