Skip to content

Commit 2a61cfb

Browse files
author
Kubernetes Submit Queue
authored
Merge pull request kubernetes#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.
2 parents e7a3f9c + 3412f5b commit 2a61cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e_federation/replicaset.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ var _ = framework.KubeDescribe("Federated ReplicaSet [Feature:Federation]", func
171171
})
172172

173173
// test for rebalancing
174-
It("should create replicasets and rebalance them", func() {
174+
PIt("should create replicasets and rebalance them", func() {
175175
nsName := f.FederationNamespace.Name
176176
pref1, pref2, replicas, expect1, expect2 := generateFedRSPrefsForRebalancing(clusters)
177177

0 commit comments

Comments
 (0)