From 111ac4579e5e4a388c2797c082045bc4851b3cca Mon Sep 17 00:00:00 2001 From: Jeff Lowdermilk Date: Wed, 7 Sep 2016 14:36:49 -0700 Subject: [PATCH] tag scheduledjob e2e as [Feature:ScheduledJob] [Feature:...] tag is recognized by most e2e suites and will prevent test from being run in suites where it should not. This pattern is used by other alpha feature tests. --- test/e2e/scheduledjob.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/scheduledjob.go b/test/e2e/scheduledjob.go index 8786369f075..01713b59a12 100644 --- a/test/e2e/scheduledjob.go +++ b/test/e2e/scheduledjob.go @@ -38,7 +38,7 @@ const ( scheduledJobTimeout = 5 * time.Minute ) -var _ = framework.KubeDescribe("ScheduledJob", func() { +var _ = framework.KubeDescribe("[Feature:ScheduledJob]", func() { options := framework.FrameworkOptions{ ClientQPS: 20, ClientBurst: 50,