From 65b69a69baed267893b9af668ab30f6b477e4837 Mon Sep 17 00:00:00 2001 From: Hongkai Liu Date: Wed, 5 Nov 2025 10:37:40 -0500 Subject: [PATCH] OCPBUGS-64688: Add an exception for CO/console --- .../clusterversionoperator/legacycvomonitortests/operators.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go b/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go index 71d8cf8f3eec..c674d6a0763c 100644 --- a/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go +++ b/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go @@ -672,6 +672,10 @@ func clusterOperatorIsNotProgressingWhenMachineConfigIs(events monitorapi.Interv except := func(co string, reason string) string { switch co { + case "console": + if reason == "SyncLoopRefresh_InProgress" { + return "https://issues.redhat.com/browse/OCPBUGS-64688" + } case "csi-snapshot-controller": if reason == "CSISnapshotController_Deploying" { return "https://issues.redhat.com/browse/OCPBUGS-62624"