diff --git a/test/integration/addons_test.go b/test/integration/addons_test.go index b22b73bcce..b742f9954a 100644 --- a/test/integration/addons_test.go +++ b/test/integration/addons_test.go @@ -446,8 +446,8 @@ 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 addon till images are fixed") defer PostMortemLogs(t, profile) - start := time.Now() if _, err := Run(t, exec.CommandContext(ctx, "kubectl", "--context", profile, "wait", "--for=condition=ready", "--namespace=olm", "pod", "--selector=app=catalog-operator", "--timeout=90s")); err != nil {