diff --git a/pkg/monitortests/node/watchnodes/monitortest.go b/pkg/monitortests/node/watchnodes/monitortest.go index 97639fa6a22c..ba1ac663ede5 100644 --- a/pkg/monitortests/node/watchnodes/monitortest.go +++ b/pkg/monitortests/node/watchnodes/monitortest.go @@ -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 }