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

Commit c19b0f1

Browse files
committed
test: disable testing against OLM
Installing it was a constant source of test failures in the CI.
1 parent 5a9e530 commit c19b0f1

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

test/e2e/deploy/deploy.go

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,9 +1017,12 @@ func findOperatorOnce(c *Cluster) (*Deployment, error) {
10171017
// errors ("operatorhubio-catalog-lbdrz 0/1 CrashLoopBackOff") that did not
10181018
// occur locally or when running the tests on a "fresh" CI cluster.
10191019
var allDeployments = []string{
1020-
"olm", // operator installed by OLM
1021-
"olm-lvm-production",
1022-
"olm-direct-production",
1020+
// Testing with OLM is disabled. Installing it was a frequent source of
1021+
// random failures, it's simply not reliable enough.
1022+
//
1023+
// "olm", // operator installed by OLM
1024+
// "olm-lvm-production",
1025+
// "olm-direct-production",
10231026

10241027
"lvm-production",
10251028
"direct-production",

0 commit comments

Comments
 (0)