mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #45079 from madhusudancs/fed-ing-e2e-disable
Automatic merge from submit-queue (batch tested with PRs 45077, 45180, 34727, 45079, 45177) Move federated ingress e2e tests that don't pass to serial suite to avoid running it in presubmits. This is due to a bug described here: https://github.com/kubernetes/ingress/issues/645. Federated Ingress e2es fail when there is a high load which is pretty common in the presubmit environment when the PR activity is high. So we are disabling these tests to unblock federation presubmits. **Release note**: ```release-note NONE ``` /assign @csbell cc @kubernetes/sig-federation-pr-reviews @nicksardo
This commit is contained in:
commit
e80ec73ae8
@ -140,7 +140,7 @@ var _ = framework.KubeDescribe("Federated ingresses [Feature:Federation]", func(
|
||||
})
|
||||
|
||||
// e2e cases for federation ingress controller
|
||||
var _ = Describe("Federated Ingresses", func() {
|
||||
var _ = Describe("Federated Ingresses [Slow]", func() {
|
||||
var (
|
||||
clusters fedframework.ClusterSlice
|
||||
federationName, ns string
|
||||
|
Loading…
Reference in New Issue
Block a user