Skip to content

Commit cbdbfe3

Browse files
Merge pull request #30553 from hongkailiu/remove-OCPBUGS-24041
NO-JIRA: Remove the exception for CO/console's Available=False
2 parents 711427e + 1cd0e88 commit cbdbfe3

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

  • pkg/monitortests/clusterversionoperator/legacycvomonitortests

pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -369,11 +369,6 @@ func testUpgradeOperatorStateTransitions(events monitorapi.Intervals, clientConf
369369
case "console":
370370
if condition.Type == configv1.OperatorDegraded && condition.Status == configv1.ConditionTrue {
371371
return "https://issues.redhat.com/browse/OCPBUGS-38676"
372-
} else if condition.Type == configv1.OperatorAvailable && condition.Status == configv1.ConditionFalse &&
373-
(condition.Reason == "RouteHealth_FailedGet" ||
374-
condition.Reason == "RouteHealth_RouteNotAdmitted" ||
375-
condition.Reason == "RouteHealth_StatusError") {
376-
return "https://issues.redhat.com/browse/OCPBUGS-24041"
377372
}
378373
case "ingress":
379374
if condition.Type == configv1.OperatorAvailable && condition.Status == configv1.ConditionFalse && condition.Reason == "IngressUnavailable" {

0 commit comments

Comments
 (0)