From 3a44dbb6a7648074e1f2e2ee9382f8c1f58fe43d Mon Sep 17 00:00:00 2001 From: Daniel Mitterdorfer Date: Mon, 11 Mar 2019 08:30:05 +0100 Subject: [PATCH] Mute CcrRetentionLeaseIT#testRetentionLeaseRenewalIsCancelledWhenFollowingIsPaused Relates #39509 --- .../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 0a68c38dc87e4..5ada6515ff37c 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 @@ -614,6 +614,7 @@ public void testRetentionLeaseAdvancesWhileFollowing() throws Exception { }); } + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/39509") @TestLogging(value = "org.elasticsearch.xpack.ccr:trace") public void testRetentionLeaseRenewalIsCancelledWhenFollowingIsPaused() throws Exception { final String leaderIndex = "leader";