From a7d4b6c6259675759c6a528afbc735a0667af107 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20B=C3=BCscher?= Date: Sun, 3 Feb 2019 12:24:20 +0100 Subject: [PATCH] Mute ReplicationTrackerRetentionLeaseTests#testAddOrRenewRetentionLease --- .../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);