Merge pull request #13235 from medyagh/skip_olm

skip olm test
pull/13241/head
Medya Ghazizadeh 2021-12-23 12:58:34 -08:00 committed by GitHub
commit adff2f62ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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