diff --git a/test/e2e/ingress.go b/test/e2e/ingress.go index ce391574516..151fe112b07 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 diff --git a/test/e2e/ingress_utils.go b/test/e2e/ingress_utils.go index 74a72d9cde6..7ec47f61824 100644 --- a/test/e2e/ingress_utils.go +++ b/test/e2e/ingress_utils.go @@ -130,7 +130,7 @@ func createComformanceTests(jig *testJig, ns string) []conformanceTests { fmt.Sprintf("waiting for HTTPS updates to reflect in ingress"), }, { - fmt.Sprintf("should update SSL certificated with modified hostname %v", updatedTLSHost), + fmt.Sprintf("should update SSL certificate with modified hostname %v", updatedTLSHost), func() { jig.update(func(ing *extensions.Ingress) { newRules := []extensions.IngressRule{}