mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
Merge pull request #43654 from perotinus/disablerebalancetest
Automatic merge from submit-queue (batch tested with PRs 43653, 43654) [Federation] Disable the E2E test for federated replica set rebalancing We are able to reproduce the flaky failure locally, and can debug without running this on the CI.
This commit is contained in:
commit
2a61cfb555
@ -171,7 +171,7 @@ var _ = framework.KubeDescribe("Federated ReplicaSet [Feature:Federation]", func
|
|||||||
})
|
})
|
||||||
|
|
||||||
// test for rebalancing
|
// test for rebalancing
|
||||||
It("should create replicasets and rebalance them", func() {
|
PIt("should create replicasets and rebalance them", func() {
|
||||||
nsName := f.FederationNamespace.Name
|
nsName := f.FederationNamespace.Name
|
||||||
pref1, pref2, replicas, expect1, expect2 := generateFedRSPrefsForRebalancing(clusters)
|
pref1, pref2, replicas, expect1, expect2 := generateFedRSPrefsForRebalancing(clusters)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user