Skip to content

Commit f0041b6

Browse files
Merge pull request #30461 from hongkailiu/co-concole-ex
OCPBUGS-64688: Add an exception for CO/console
2 parents 17971f3 + 65b69a6 commit f0041b6

File tree

1 file changed

+4
-0
lines changed
  • pkg/monitortests/clusterversionoperator/legacycvomonitortests

1 file changed

+4
-0
lines changed

pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,10 @@ func clusterOperatorIsNotProgressingWhenMachineConfigIs(events monitorapi.Interv
672672

673673
except := func(co string, reason string) string {
674674
switch co {
675+
case "console":
676+
if reason == "SyncLoopRefresh_InProgress" {
677+
return "https://issues.redhat.com/browse/OCPBUGS-64688"
678+
}
675679
case "csi-snapshot-controller":
676680
if reason == "CSISnapshotController_Deploying" {
677681
return "https://issues.redhat.com/browse/OCPBUGS-62624"

0 commit comments

Comments
 (0)