diff --git a/test/conformance/testdata/conformance.yaml b/test/conformance/testdata/conformance.yaml index 5816ddeaaad..e3e2f17575a 100755 --- a/test/conformance/testdata/conformance.yaml +++ b/test/conformance/testdata/conformance.yaml @@ -588,7 +588,7 @@ description: CronJob MUST support suspension, which suppresses creation of new jobs. release: v1.21 file: test/e2e/apps/cronjob.go -- testname: CronJob FrobidConcurrent +- testname: CronJob ForbidConcurrent codename: '[sig-apps] CronJob should not schedule new jobs when ForbidConcurrent [Slow] [Conformance]' description: CronJob MUST support ForbidConcurrent policy, allowing to run single, diff --git a/test/e2e/apps/cronjob.go b/test/e2e/apps/cronjob.go index 23eacbe2234..3176648ba98 100644 --- a/test/e2e/apps/cronjob.go +++ b/test/e2e/apps/cronjob.go @@ -116,7 +116,7 @@ var _ = SIGDescribe("CronJob", func() { /* Release: v1.21 - Testname: CronJob FrobidConcurrent + Testname: CronJob ForbidConcurrent Description: CronJob MUST support ForbidConcurrent policy, allowing to run single, previous job at the time. */ framework.ConformanceIt("should not schedule new jobs when ForbidConcurrent [Slow]", func() {