Skip to content

Commit 2ae9e27

Browse files
committed
Mute EnableAllocationShortCircuitTests
Tracked in #40964
1 parent 241644a commit 2ae9e27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/src/test/java/org/elasticsearch/cluster/routing/allocation/decider/EnableAllocationShortCircuitTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ private static ClusterState createClusterStateWithAllShardsAssigned() {
8383
return clusterState;
8484
}
8585

86+
@AwaitsFix( bugUrl = "https://github.com/elastic/elasticsearch/issues/40964")
8687
public void testRebalancingAttemptedIfPermitted() {
8788
ClusterState clusterState = createClusterStateWithAllShardsAssigned();
8889

@@ -123,6 +124,7 @@ public void testRebalancingSkippedIfDisabledIncludingOnSpecificIndices() {
123124
assertThat(plugin.rebalanceAttempts, equalTo(0));
124125
}
125126

127+
@AwaitsFix( bugUrl = "https://github.com/elastic/elasticsearch/issues/40964")
126128
public void testRebalancingAttemptedIfDisabledButOverridenOnSpecificIndices() {
127129
ClusterState clusterState = createClusterStateWithAllShardsAssigned();
128130
final IndexMetaData indexMetaData = randomFrom(clusterState.metaData().indices().values().toArray(IndexMetaData.class));

0 commit comments

Comments
 (0)