[Federation] Disable the E2E test for federated replica set rebalancing

This commit is contained in:
Jonathan MacMillan 2017-03-24 17:34:10 -07:00
parent 4aa9168536
commit 3412f5b8eb

View File

@ -170,7 +170,7 @@ var _ = framework.KubeDescribe("Federated ReplicaSet [Feature:Federation]", func
})
// test for rebalancing
It("should create replicasets and rebalance them", func() {
PIt("should create replicasets and rebalance them", func() {
nsName := f.FederationNamespace.Name
pref1, pref2, replicas, expect1, expect2 := generateFedRSPrefsForRebalancing(clusters)