From fb3744e98a8dabd560ec91e387f1237eb6dbf891 Mon Sep 17 00:00:00 2001 From: Tony Li Date: Wed, 15 Feb 2017 20:59:26 -0800 Subject: [PATCH] fix missing package in commented out code --- test/e2e/ingress.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/ingress.go b/test/e2e/ingress.go index 798d684e5b8..ed31c5b7804 100644 --- a/test/e2e/ingress.go +++ b/test/e2e/ingress.go @@ -158,7 +158,7 @@ var _ = framework.KubeDescribe("Loadbalancing: L7", func() { // framework.GetMasterHost(), "glbc", glbcHealthzPort, restartPollInterval, restartTimeout) // restarter.restart() // By("should continue serving on provided static-ip for 30 seconds") - // ExpectNoError(jig.verifyURL(fmt.Sprintf("https://%v/", ip), "", 30, 1*time.Second, httpClient)) + // framework.ExpectNoError(jig.verifyURL(fmt.Sprintf("https://%v/", ip), "", 30, 1*time.Second, httpClient)) }) // TODO: Implement a multizone e2e that verifies traffic reaches each