mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-05 15:45:36 +00:00
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:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user