mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 06:27:05 +00:00
Merge pull request #44655 from madhusudancs/fed-ing-reenable-basic-pit
Automatic merge from submit-queue (batch tested with PRs 49581, 49652, 49681, 49688, 44655) 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. **Release note**: ```release-note NONE ``` /assign @csbell cc @kubernetes/sig-federation-pr-reviews
This commit is contained in:
commit
a571ea43f9
@ -267,7 +267,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()
|
||||
|
Loading…
Reference in New Issue
Block a user