Commit 111ac457 authored by Jeff Lowdermilk's avatar Jeff Lowdermilk

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.
parent 4c9ab4e8
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment