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
6 changes: 0 additions & 6 deletions pkg/jobrunaggregator/jobrunaggregatoranalyzer/pass_fail.go
Original file line number Diff line number Diff line change
Expand Up @@ -689,12 +689,6 @@ func testShouldAlwaysPass(jobName, testName, testSuiteName string) string {
return "step graph tests are added by ci and are not useful for aggregation"
}

if strings.Contains(testName, `Cluster should remain functional during upgrade`) {
// this test is a side-effect of other tests. For the purpose of aggregation, we can have each individual job run
// fail this test, but the aggregated output can be successful.
return "this test is a side-effect of other tests"
}

if strings.HasSuffix(testName, "-gather-azure-cli container test") {
// this is only for gathering artifacts.
return "used only to collect artifacts"
Expand Down