diff --git a/test/integration/addons_test.go b/test/integration/addons_test.go index 918bfcba66c8c946de66a43cd67a44d6de521aa1..a64e8bda90d9c7bddab8abfcb1705d43f9a095fa 100644 --- a/test/integration/addons_test.go +++ b/test/integration/addons_test.go @@ -331,9 +331,7 @@ func validateHelmTillerAddon(ctx context.Context, t *testing.T, profile string) } func validateOlmAddon(ctx context.Context, t *testing.T, profile string) { - if NoneDriver() { - t.Skipf("Skipping none driver, olm addon is not supported on none driver") - } + t.Skipf("Skipping olm test till this timeout issue is solved https://github.com/operator-framework/operator-lifecycle-manager/issues/1534#issuecomment-632342257") defer PostMortemLogs(t, profile) client, err := kapi.Client(profile)