Skip to content

Commit 7b95b81

Browse files
committed
Add exception for co/baremetal on Progressing
1 parent b35881d commit 7b95b81

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -669,6 +669,8 @@ func testUpgradeOperatorProgressingStateTransitions(events monitorapi.Intervals)
669669
return fmt.Sprintf("%s completing its update within less than two minutes: %s", co, d.String())
670670
}
671671
switch co {
672+
case "baremetal":
673+
return "https://issues.redhat.com/browse/OCPBUGS-66101"
672674
case "cluster-autoscaler":
673675
return "https://issues.redhat.com/browse/OCPBUGS-65578"
674676
case "cloud-controller-manager":

0 commit comments

Comments
 (0)