-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
False
-
None
-
False
-
-
-
Low
-
None
Currently, the kind test for MCO on 2.12 is broken. This is likely due to the changes made here as part of ACM-15525: https://github.com/stolostron/multicluster-observability-operator/pull/1669
Due to the above change, reconcile now always fails if we are unable to find an oauth image from the imagestream. However, since kind is not running OCP, there are no imagestream available, and thus the tests fails.
Further the e2e-kind test is not enable for release-2.12 which caused the above PR to slip through. There's is a PR prepared here for enabling the kind test again, which should be merged when it passes again: https://github.com/openshift/release/pull/58974