From 48a84fe9c753444070718d8495f123a1d3589206 Mon Sep 17 00:00:00 2001 From: Paul Morie Date: Tue, 7 Dec 2021 16:55:03 -0500 Subject: [PATCH] conformance: correct typo for cronjob forbidconcurrent --- test/conformance/testdata/conformance.yaml | 2 +- test/e2e/apps/cronjob.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/conformance/testdata/conformance.yaml b/test/conformance/testdata/conformance.yaml index 4bfbd42f840..e9077a5edb8 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() {