From 8061da42c563bcbb714448a630901716052fea31 Mon Sep 17 00:00:00 2001 From: Hongkai Liu Date: Fri, 26 Jun 2026 10:58:34 -0400 Subject: [PATCH] Remove exception for OCPBUGS-45921 The bug is fixed on both 4.22 and 5.0 [1]. [1]. https://redhat.atlassian.net/browse/OCPBUGS-45921?focusedCommentId=17383073 --- .../clusterversionoperator/legacycvomonitortests/operators.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go b/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go index 3866e8d33238..c02edda8727b 100644 --- a/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go +++ b/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go @@ -88,9 +88,6 @@ func testStableSystemOperatorStateTransitions(events monitorapi.Intervals, topol if operator == "cloud-controller-manager" && condition.Reason == "SyncingFailed" { return "https://issues.redhat.com/browse/OCPBUGS-42837" } - if operator == "ingress" { - return "https://issues.redhat.com/browse/OCPBUGS-45921" - } if operator == "kube-apiserver" { return "https://issues.redhat.com/browse/OCPBUGS-38661" }