Skip to content

Commit

Permalink
tag scheduledjob e2e as [Feature:ScheduledJob]
Browse files Browse the repository at this point in the history
[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.
  • Loading branch information
j3ffml committed Sep 7, 2016
1 parent 4c9ab4e commit 111ac45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/scheduledjob.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 111ac45

Please sign in to comment.