Skip to content

Commit 9579913

Browse files
Merge pull request #30481 from hongkailiu/OCPBUGS-62630-add-a-reason
NO-JIRA: Add an exception for co/network
2 parents 4024c71 + 439daca commit 9579913

File tree

1 file changed

+1
-1
lines changed
  • pkg/monitortests/clusterversionoperator/legacycvomonitortests

1 file changed

+1
-1
lines changed

pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ func testUpgradeOperatorProgressingStateTransitions(events monitorapi.Intervals)
731731
return "https://issues.redhat.com/browse/OCPBUGS-62629"
732732
}
733733
case "network":
734-
if reason == "Deploying" {
734+
if reason == "Deploying" || reason == "MachineConfig" {
735735
return "https://issues.redhat.com/browse/OCPBUGS-62630"
736736
}
737737
case "node-tuning":

0 commit comments

Comments
 (0)