@@ -121,9 +121,6 @@ func testStableSystemOperatorStateTransitions(events monitorapi.Intervals, clien
121121 if operator == "cloud-credential" {
122122 return "https://issues.redhat.com/browse/OCPBUGS-42872"
123123 }
124- if operator == "dns" && condition .Reason == "DNSDegraded" {
125- return "https://issues.redhat.com/browse/OCPBUGS-38750"
126- }
127124 if operator == "ingress" {
128125 return "https://issues.redhat.com/browse/OCPBUGS-45921"
129126 }
@@ -441,10 +438,6 @@ func testUpgradeOperatorStateTransitions(events monitorapi.Intervals, clientConf
441438 }
442439 }
443440 }
444- case "dns" :
445- if condition .Type == configv1 .OperatorDegraded && condition .Status == configv1 .ConditionTrue && condition .Reason == "DNSDegraded" {
446- return "https://issues.redhat.com/browse/OCPBUGS-38666"
447- }
448441 case "openshift-samples" :
449442 if condition .Type == configv1 .OperatorDegraded && condition .Status == configv1 .ConditionTrue && condition .Reason == "APIServerServiceUnavailableError" {
450443 return "https://issues.redhat.com/browse/OCPBUGS-38679"
@@ -748,10 +741,6 @@ func testUpgradeOperatorProgressingStateTransitions(events monitorapi.Intervals,
748741 if reason == "SyncLoopRefresh_InProgress" {
749742 return "https://issues.redhat.com/browse/OCPBUGS-64688"
750743 }
751- case "dns" :
752- if reason == "DNSReportsProgressingIsTrue" {
753- return "https://issues.redhat.com/browse/OCPBUGS-62623"
754- }
755744 case "image-registry" :
756745 if reason == "NodeCADaemonUnavailable::Ready" || reason == "DeploymentNotCompleted" {
757746 return "https://issues.redhat.com/browse/OCPBUGS-62626"
0 commit comments