Mute ReplicationTrackerRetentionLeaseTests#testAddOrRenewRetentionLease (#38275)
This commit is contained in:
parent
3c1544d259
commit
6ca7a913ea
|
@ -50,6 +50,7 @@ import static org.hamcrest.Matchers.lessThanOrEqualTo;
|
|||
|
||||
public class ReplicationTrackerRetentionLeaseTests extends ReplicationTrackerTestCase {
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38245")
|
||||
public void testAddOrRenewRetentionLease() {
|
||||
final AllocationId allocationId = AllocationId.newInitializing();
|
||||
long primaryTerm = randomLongBetween(1, Long.MAX_VALUE);
|
||||
|
|
Loading…
Reference in New Issue