From 6eedae95ef95fd144c45eeb930dfb9ec868bcd8d Mon Sep 17 00:00:00 2001 From: candita Date: Wed, 11 Mar 2026 18:42:41 -0400 Subject: [PATCH] OCPBUGS-38666, OCPBUGS-38750, OCPBUGS-62623 Remove DNS test exception --- .../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 27871d777565..71fb77b38068 100644 --- a/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go +++ b/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go @@ -121,9 +121,6 @@ func testStableSystemOperatorStateTransitions(events monitorapi.Intervals, clien if operator == "cloud-credential" { return "https://issues.redhat.com/browse/OCPBUGS-42872" } - if operator == "dns" && condition.Reason == "DNSDegraded" { - return "https://issues.redhat.com/browse/OCPBUGS-38750" - } if operator == "ingress" { return "https://issues.redhat.com/browse/OCPBUGS-45921" } @@ -441,10 +438,6 @@ func testUpgradeOperatorStateTransitions(events monitorapi.Intervals, clientConf } } } - case "dns": - if condition.Type == configv1.OperatorDegraded && condition.Status == configv1.ConditionTrue && condition.Reason == "DNSDegraded" { - return "https://issues.redhat.com/browse/OCPBUGS-38666" - } case "openshift-samples": if condition.Type == configv1.OperatorDegraded && condition.Status == configv1.ConditionTrue && condition.Reason == "APIServerServiceUnavailableError" { return "https://issues.redhat.com/browse/OCPBUGS-38679" @@ -748,10 +741,6 @@ func testUpgradeOperatorProgressingStateTransitions(events monitorapi.Intervals, if reason == "SyncLoopRefresh_InProgress" { return "https://issues.redhat.com/browse/OCPBUGS-64688" } - case "dns": - if reason == "DNSReportsProgressingIsTrue" { - return "https://issues.redhat.com/browse/OCPBUGS-62623" - } case "image-registry": if reason == "NodeCADaemonUnavailable::Ready" || reason == "DeploymentNotCompleted" { return "https://issues.redhat.com/browse/OCPBUGS-62626"