commit
adff2f62ec
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue