Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -828,6 +828,15 @@ func testUpgradeOperatorProgressingStateTransitions(events monitorapi.Intervals)
})
continue
}
if machineConfigProgressingStart.IsZero() {
ret = append(ret, &junitapi.JUnitTestCase{
Name: testName,
SkipMessage: &junitapi.SkipMessage{
Message: "Test skipped as clusteroperator/machine-config never reported Progressing=True which is probably caused by a blocked upgrade",
},
})
continue
}

var excepted, fatal []string
for _, operatorEvent := range operatorEvents {
Expand Down