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 ce38394 commit 5c53791Copy full SHA for 5c53791
test/e2e/apps/cronjob.go
@@ -230,7 +230,7 @@ var _ = SIGDescribe("CronJob", func() {
230
})
231
232
// cleanup of successful/failed finished jobs, with successfulJobsHistoryLimit and failedJobsHistoryLimit
233
- ginkgo.It("should delete successful/failed finished jobs with limit of one job", func() {
+ ginkgo.It("should delete successful/failed finished jobs with limit of one job [Flaky]", func() {
234
235
testCases := []struct {
236
description string
0 commit comments