Skip to content

Commit

Permalink
Merge pull request openshift#29318 from dgoodwin/allow-diskpressure-t…
Browse files Browse the repository at this point in the history
…est-to-fail

TRT-1761: Allow the test for kubelet DiskPressure to fail job runs
  • Loading branch information
openshift-merge-bot[bot] authored Nov 26, 2024
2 parents e25fe13 + 0d348f8 commit 0435cf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/monitortests/node/watchnodes/monitortest.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@ func nodeDiskPressure(finalIntervals monitorapi.Intervals) []*junitapi.JUnitTest
Output: fmt.Sprintf("found %d intervals where a node began reporting DiskPressure:\n\n%v", len(failures), strings.Join(failures, "\n")),
},
})
} else {
tests = append(tests, &junitapi.JUnitTestCase{Name: testName})
}

// until we know how widespread this is, mark this as a flake
tests = append(tests, &junitapi.JUnitTestCase{Name: testName})
return tests
}

0 comments on commit 0435cf5

Please sign in to comment.