From 204480d818008ee60388b6e6f54cf640861b7ee1 Mon Sep 17 00:00:00 2001 From: Nhat Nguyen Date: Sun, 17 Feb 2019 15:33:26 -0500 Subject: [PATCH] Mute testRetentionLeaseIsRenewedDuringRecovery Tracked at #39011 --- .../java/org/elasticsearch/xpack/ccr/CcrRetentionLeaseIT.java | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/CcrRetentionLeaseIT.java b/x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/CcrRetentionLeaseIT.java index bbf6b69a081..c42887e6b52 100644 --- a/x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/CcrRetentionLeaseIT.java +++ b/x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/CcrRetentionLeaseIT.java @@ -181,6 +181,7 @@ public class CcrRetentionLeaseIT extends CcrIntegTestCase { } + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/39011") public void testRetentionLeaseIsRenewedDuringRecovery() throws Exception { final String leaderIndex = "leader"; final int numberOfShards = randomIntBetween(1, 3);