Commit 3412f5b8 authored by Jonathan MacMillan's avatar Jonathan MacMillan

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

parent 4aa91685
...@@ -170,7 +170,7 @@ var _ = framework.KubeDescribe("Federated ReplicaSet [Feature:Federation]", func ...@@ -170,7 +170,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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment