Skip to content

Commit 5c53791

Browse files
committed
Mark '[sig-apps] CronJob should delete successful/failed finished jobs with limit of one job' flaky
1 parent ce38394 commit 5c53791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/apps/cronjob.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ var _ = SIGDescribe("CronJob", func() {
230230
})
231231

232232
// 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() {
233+
ginkgo.It("should delete successful/failed finished jobs with limit of one job [Flaky]", func() {
234234

235235
testCases := []struct {
236236
description string

0 commit comments

Comments
 (0)