conformance: correct typo for cronjob forbidconcurrent

This commit is contained in:
Paul Morie 2021-12-07 16:55:03 -05:00
parent 0153febd9f
commit 48a84fe9c7
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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() {