Skip to content

Commit 4ce30c6

Browse files
committed
Allow systemd-coredump test to fail
1 parent da0ca22 commit 4ce30c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/monitortests/node/kubeletlogcollector/monitortest.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,5 @@ func testNoSystemdCoreDumps(events monitorapi.Intervals) []*junitapi.JUnitTestCa
171171
},
172172
}
173173

174-
// Core dumps are serious issues, but treating as flake initially to gather data
175-
return []*junitapi.JUnitTestCase{failure, success}
174+
return []*junitapi.JUnitTestCase{failure}
176175
}

0 commit comments

Comments
 (0)