Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
test: disable testing against OLM
Browse files Browse the repository at this point in the history
Installing it was a constant source of test failures in the CI.
  • Loading branch information
pohly committed Dec 13, 2022
1 parent 5a9e530 commit c19b0f1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions test/e2e/deploy/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -1017,9 +1017,12 @@ func findOperatorOnce(c *Cluster) (*Deployment, error) {
// errors ("operatorhubio-catalog-lbdrz 0/1 CrashLoopBackOff") that did not
// occur locally or when running the tests on a "fresh" CI cluster.
var allDeployments = []string{
"olm", // operator installed by OLM
"olm-lvm-production",
"olm-direct-production",
// Testing with OLM is disabled. Installing it was a frequent source of
// random failures, it's simply not reliable enough.
//
// "olm", // operator installed by OLM
// "olm-lvm-production",
// "olm-direct-production",

"lvm-production",
"direct-production",
Expand Down

0 comments on commit c19b0f1

Please sign in to comment.