Commit 7ade709e authored by Madhusudan.C.S's avatar Madhusudan.C.S

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.
parent d264cdf3
...@@ -264,7 +264,7 @@ var _ = framework.KubeDescribe("Federated ingresses [Feature:Federation]", func( ...@@ -264,7 +264,7 @@ var _ = framework.KubeDescribe("Federated ingresses [Feature:Federation]", func(
// TODO check dns record in global dns server // 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)) By(fmt.Sprintf("Waiting for Federated Ingress on %v", jig.ing.Name))
// check the traffic on federation ingress // check the traffic on federation ingress
jig.waitForFederatedIngress() jig.waitForFederatedIngress()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment