From 7ade709ec8d3378a3615ae5e00b64f703df243a4 Mon Sep 17 00:00:00 2001 From: "Madhusudan.C.S" Date: Tue, 18 Apr 2017 21:45:08 -0700 Subject: [PATCH] Re-enable federated ingress test that was disabled due to a federated service deletion bug. The details of the bug is described in PR #44626. We believe this bug fixes the flakiness in this test and hence we are re-enabling this test to get some mileage on it. If it turns out to be a problem again we are going to revert this back. --- test/e2e_federation/ingress.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e_federation/ingress.go b/test/e2e_federation/ingress.go index 701dd2583f5..dbffd094168 100644 --- a/test/e2e_federation/ingress.go +++ b/test/e2e_federation/ingress.go @@ -264,7 +264,7 @@ var _ = framework.KubeDescribe("Federated ingresses [Feature:Federation]", func( // TODO check dns record in global dns server }) - PIt("should be able to connect to a federated ingress via its load balancer", func() { + It("should be able to connect to a federated ingress via its load balancer", func() { By(fmt.Sprintf("Waiting for Federated Ingress on %v", jig.ing.Name)) // check the traffic on federation ingress jig.waitForFederatedIngress()