mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	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:
		@@ -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() {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user