From 04e47a5d1309622750fd64c98c0048782127ceb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20B=C3=BCscher?= Date: Sun, 3 Feb 2019 14:48:20 +0100 Subject: [PATCH] Mute ReplicationTrackerRetentionLeaseTests#testAddOrRenewRetentionLease (#38276) --- .../index/seqno/ReplicationTrackerRetentionLeaseTests.java | 1 + 1 file changed, 1 insertion(+) diff --git a/server/src/test/java/org/elasticsearch/index/seqno/ReplicationTrackerRetentionLeaseTests.java b/server/src/test/java/org/elasticsearch/index/seqno/ReplicationTrackerRetentionLeaseTests.java index 5fa2df93db334..ca9ae65d273b2 100644 --- a/server/src/test/java/org/elasticsearch/index/seqno/ReplicationTrackerRetentionLeaseTests.java +++ b/server/src/test/java/org/elasticsearch/index/seqno/ReplicationTrackerRetentionLeaseTests.java @@ -50,6 +50,7 @@ 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);