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.
This commit is contained in:
Madhusudan.C.S
2017-04-18 21:45:08 -07:00
parent d264cdf312
commit 7ade709ec8

View File

@@ -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()