mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 04:06:03 +00:00
Mark '[sig-apps] CronJob should delete successful/failed finished jobs with limit of one job' flaky
This commit is contained in:
parent
ce3839452e
commit
5c537915bf
@ -230,7 +230,7 @@ var _ = SIGDescribe("CronJob", func() {
|
|||||||
})
|
})
|
||||||
|
|
||||||
// cleanup of successful/failed finished jobs, with successfulJobsHistoryLimit and failedJobsHistoryLimit
|
// cleanup of successful/failed finished jobs, with successfulJobsHistoryLimit and failedJobsHistoryLimit
|
||||||
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() {
|
||||||
|
|
||||||
testCases := []struct {
|
testCases := []struct {
|
||||||
description string
|
description string
|
||||||
|
Loading…
Reference in New Issue
Block a user