Merge pull request #106856 from pmorie/cronjob-e2e-typo

conformance: correct typo for cronjob forbidconcurrent
This commit is contained in:
Kubernetes Prow Robot
2022-01-04 11:27:14 -08:00
committed by GitHub
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. description: CronJob MUST support suspension, which suppresses creation of new jobs.
release: v1.21 release: v1.21
file: test/e2e/apps/cronjob.go file: test/e2e/apps/cronjob.go
- testname: CronJob FrobidConcurrent - testname: CronJob ForbidConcurrent
codename: '[sig-apps] CronJob should not schedule new jobs when ForbidConcurrent codename: '[sig-apps] CronJob should not schedule new jobs when ForbidConcurrent
[Slow] [Conformance]' [Slow] [Conformance]'
description: CronJob MUST support ForbidConcurrent policy, allowing to run single, description: CronJob MUST support ForbidConcurrent policy, allowing to run single,

View File

@@ -116,7 +116,7 @@ var _ = SIGDescribe("CronJob", func() {
/* /*
Release: v1.21 Release: v1.21
Testname: CronJob FrobidConcurrent Testname: CronJob ForbidConcurrent
Description: CronJob MUST support ForbidConcurrent policy, allowing to run single, previous job at the time. 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() { framework.ConformanceIt("should not schedule new jobs when ForbidConcurrent [Slow]", func() {