Remove feature label from Indexed Job E2E test

This commit is contained in:
Aldo Culquicondor 2021-05-14 15:21:46 +00:00
parent f52ab3845d
commit 13f10a323c

View File

@ -153,7 +153,7 @@ var _ = SIGDescribe("Job", func() {
Testcase: Ensure Pods of an Indexed Job get a unique index. Testcase: Ensure Pods of an Indexed Job get a unique index.
Description: Create an Indexed Job, wait for completion, capture the output of the pods and verify that they contain the completion index. Description: Create an Indexed Job, wait for completion, capture the output of the pods and verify that they contain the completion index.
*/ */
ginkgo.It("[Feature:IndexedJob] should create pods for an Indexed job with completion indexes and specified hostname", func() { ginkgo.It("should create pods for an Indexed job with completion indexes and specified hostname", func() {
ginkgo.By("Creating Indexed job") ginkgo.By("Creating Indexed job")
job := e2ejob.NewTestJob("succeed", "indexed-job", v1.RestartPolicyNever, parallelism, completions, nil, backoffLimit) job := e2ejob.NewTestJob("succeed", "indexed-job", v1.RestartPolicyNever, parallelism, completions, nil, backoffLimit)
mode := batchv1.IndexedCompletion mode := batchv1.IndexedCompletion