Skip to content

Commit 4dedda4

Browse files
committed
skip olm,
1 parent 38dac5b commit 4dedda4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/addons_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ func validateHelmTillerAddon(ctx context.Context, t *testing.T, profile string)
462462

463463
// validateOlmAddon tests the OLM addon
464464
func validateOlmAddon(ctx context.Context, t *testing.T, profile string) {
465-
t.Skip("skipping till this issue is fixed https://github.com/kubernetes/minikube/issues/11311")
465+
t.Skip("skipping olm test till this issue is fixed https://github.com/kubernetes/minikube/issues/11311")
466466
defer PostMortemLogs(t, profile)
467467

468468
client, err := kapi.Client(profile)

0 commit comments

Comments
 (0)