Skip to content

Commit 3e73911

Browse files
committed
Mute PrimaryAllocationIT.testForceStaleReplicaToBePromotedToPrimaryOnWrongNode
Tracking issue: #37345
1 parent 0a50821 commit 3e73911

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/cluster/routing/PrimaryAllocationIT.java

+1
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ public void testForceStaleReplicaToBePromotedToPrimary() throws Exception {
265265
assertThat(newHistoryUUIds, hasSize(1));
266266
}
267267

268+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37345")
268269
public void testForceStaleReplicaToBePromotedToPrimaryOnWrongNode() throws Exception {
269270
String master = internalCluster().startMasterOnlyNode(Settings.EMPTY);
270271
internalCluster().startDataOnlyNodes(2);

0 commit comments

Comments
 (0)