Merge pull request #32173 from bprashanth/nginx_slow

Automatic merge from submit-queue

Move nginx ingress e2e to slow

Normal GCE L7 e2e takes ~15m and runs in a feature private suite. This e2e ensure that the api isn't broken, by creating an nginx controller. I plan to write a really slimmed down version for presubmit, but I need to shave off a minute to get it below 5m. 

Fixes https://github.com/kubernetes/kubernetes/issues/23416
This commit is contained in:
Kubernetes Submit Queue 2016-09-14 01:13:40 -07:00 committed by GitHub
commit e03d35cfd2

View File

@ -150,7 +150,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() {