We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da0ca22 commit 4ce30c6Copy full SHA for 4ce30c6
pkg/monitortests/node/kubeletlogcollector/monitortest.go
@@ -171,6 +171,5 @@ func testNoSystemdCoreDumps(events monitorapi.Intervals) []*junitapi.JUnitTestCa
171
},
172
}
173
174
- // Core dumps are serious issues, but treating as flake initially to gather data
175
- return []*junitapi.JUnitTestCase{failure, success}
+ return []*junitapi.JUnitTestCase{failure}
176
0 commit comments