Skip to content

Commit c4a4f72

Browse files
committed
Add component specific exceptions
1 parent 47b4516 commit c4a4f72

File tree

1 file changed

+4
-0
lines changed
  • pkg/monitortests/clusterversionoperator/legacycvomonitortests

1 file changed

+4
-0
lines changed

pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,10 @@ func testUpgradeOperatorProgressingStateTransitions(events monitorapi.Intervals)
663663
// CO showed up in CVO Progressing message but the total duration is less than two minutes
664664
return fmt.Sprintf("%s completing its update within less than two minutes: %s", co, d.String())
665665
}
666+
switch co {
667+
case "cloud-controller-manager":
668+
return "https://issues.redhat.com/browse/OCPBUGS-64852"
669+
}
666670
return ""
667671
}
668672

0 commit comments

Comments
 (0)