Skip to content

Commit 02520b0

Browse files
committed
Mute testAddOrRenewRetentionLease
Relates elastic#38239
1 parent 0ee1272 commit 02520b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/index/seqno/ReplicationTrackerRetentionLeaseTests.java

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050

5151
public class ReplicationTrackerRetentionLeaseTests extends ReplicationTrackerTestCase {
5252

53+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/38239")
5354
public void testAddOrRenewRetentionLease() {
5455
final AllocationId allocationId = AllocationId.newInitializing();
5556
long primaryTerm = randomLongBetween(1, Long.MAX_VALUE);

0 commit comments

Comments
 (0)