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:
Kubernetes Submit Queue 2017-03-24 21:44:20 -07:00 committed by GitHub
commit 2a61cfb555

View File

@ -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)