Skip to content

Commit 1d0e342

Browse files
committed
Mute RecoveryDuringReplicationTests.testResyncAfterPrimaryPromotion
Signed-off-by: Mark Vieira <[email protected]>
1 parent 6c28ec7 commit 1d0e342

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/index/replication/RecoveryDuringReplicationTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ public void testReplicaRollbackStaleDocumentsInPeerRecovery() throws Exception {
309309
}
310310
}
311311

312+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/52598")
312313
public void testResyncAfterPrimaryPromotion() throws Exception {
313314
// TODO: check translog trimming functionality once rollback is implemented in Lucene (ES trimming is done)
314315
String mappings = "{ \"_doc\": { \"properties\": { \"f\": { \"type\": \"keyword\"} }}}";

0 commit comments

Comments
 (0)