We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4024c71 + 439daca commit 9579913Copy full SHA for 9579913
pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go
@@ -731,7 +731,7 @@ func testUpgradeOperatorProgressingStateTransitions(events monitorapi.Intervals)
731
return "https://issues.redhat.com/browse/OCPBUGS-62629"
732
}
733
case "network":
734
- if reason == "Deploying" {
+ if reason == "Deploying" || reason == "MachineConfig" {
735
return "https://issues.redhat.com/browse/OCPBUGS-62630"
736
737
case "node-tuning":
0 commit comments