Skip to content

Commit 67673cd

Browse files
authored
AwaitsFix for #84610 (#84612) (#84615)
1 parent af7d32c commit 67673cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/action/support/replication/ReplicationOperationTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ private void addTrackingInfo(
266266
}
267267
}
268268

269+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/84610")
269270
public void testNoLongerPrimary() throws Exception {
270271
final String index = "test";
271272
final ShardId shardId = new ShardId(index, "_na_", 0);

0 commit comments

Comments
 (0)