Skip to content

Commit 105a7f0

Browse files
Merge pull request #30261 from dgoodwin/fail-systemd-coredump-test
NO-JIRA: Allow systemd-coredump test to fail
2 parents 8c88b59 + 4ce30c6 commit 105a7f0

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)