We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17971f3 + 65b69a6 commit f0041b6Copy full SHA for f0041b6
pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go
@@ -672,6 +672,10 @@ func clusterOperatorIsNotProgressingWhenMachineConfigIs(events monitorapi.Interv
672
673
except := func(co string, reason string) string {
674
switch co {
675
+ case "console":
676
+ if reason == "SyncLoopRefresh_InProgress" {
677
+ return "https://issues.redhat.com/browse/OCPBUGS-64688"
678
+ }
679
case "csi-snapshot-controller":
680
if reason == "CSISnapshotController_Deploying" {
681
return "https://issues.redhat.com/browse/OCPBUGS-62624"
0 commit comments