Skip to content

Commit 8bee5b8

Browse files
authored
Mute testAddOrRenewRetentionLease (#38240)
Relates #38239
1 parent f6e06a2 commit 8bee5b8

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)