From 0582d8d55455cd8fb9d4bee71827212e5314b803 Mon Sep 17 00:00:00 2001 From: Hongkai Liu Date: Fri, 1 May 2026 15:02:47 -0400 Subject: [PATCH] Remove the exception for OCPBUGS-23745 OCPBUGS-23745 has been fixed and shipped with 4.15. However, the symptom is still there in 4.21 and we create OCPBUGS-66230 to track the issue. OCPBUGS-66230 is closed as the fix is included in 4.21.0-0.nightly-2025-11-30-094855 [1]. [1]. https://redhat.atlassian.net/browse/OCPBUGS-66230?focusedCommentId=16861698 --- .../legacycvomonitortests/operators.go | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go b/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go index 3a1e5a03a51c..55f2ed27a05e 100644 --- a/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go +++ b/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go @@ -381,17 +381,6 @@ func testUpgradeOperatorStateTransitions(events monitorapi.Intervals, clientConf if condition.Type == configv1.OperatorDegraded && condition.Status == configv1.ConditionTrue { return "https://issues.redhat.com/browse/OCPBUGS-66209" } - case "monitoring": - if condition.Type == configv1.OperatorAvailable && - (condition.Status == configv1.ConditionFalse && - (condition.Reason == "PlatformTasksFailed" || - condition.Reason == "UpdatingAlertmanagerFailed" || - condition.Reason == "UpdatingConsolePluginComponentsFailed" || - condition.Reason == "UpdatingPrometheusK8SFailed" || - condition.Reason == "UpdatingPrometheusOperatorFailed")) || - (condition.Status == configv1.ConditionUnknown && condition.Reason == "UpdatingPrometheusFailed") { - return "https://issues.redhat.com/browse/OCPBUGS-23745" - } case "olm": if condition.Type == configv1.OperatorAvailable && condition.Status == configv1.ConditionFalse &&