From 13f10a323c71893ca0d88c6a1cca82dddb12cef7 Mon Sep 17 00:00:00 2001 From: Aldo Culquicondor Date: Fri, 14 May 2021 15:21:46 +0000 Subject: [PATCH] Remove feature label from Indexed Job E2E test --- test/e2e/apps/job.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/apps/job.go b/test/e2e/apps/job.go index e141f1cf958..e676cab0b1d 100644 --- a/test/e2e/apps/job.go +++ b/test/e2e/apps/job.go @@ -153,7 +153,7 @@ var _ = SIGDescribe("Job", func() { 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. */ - 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") job := e2ejob.NewTestJob("succeed", "indexed-job", v1.RestartPolicyNever, parallelism, completions, nil, backoffLimit) mode := batchv1.IndexedCompletion