Skip to content

Commit

Permalink
Move nginx ingress e2e to [Slow]
Browse files Browse the repository at this point in the history
  • Loading branch information
bprashanth committed Sep 7, 2016
1 parent 6390549 commit 371a3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/ingress.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ var _ = framework.KubeDescribe("Loadbalancing: L7 [Feature:Ingress]", func() {
})

// Time: borderline 5m, slow by design
framework.KubeDescribe("Nginx [Slow] [Feature: Ingress]", func() {
framework.KubeDescribe("Nginx [Slow]", func() {
var nginxController *NginxIngressController

BeforeEach(func() {
Expand Down

0 comments on commit 371a3be

Please sign in to comment.