Mute CcrRetentionLeaseIT#testRetentionLeasesAreNotBeingRenewedAfterRecoveryCompletes.

Tracked in #39331.
This commit is contained in:
Julie Tibshirani 2019-04-09 15:46:53 -07:00
parent 2e2e11f7b4
commit 21c5d7e95f
1 changed files with 1 additions and 0 deletions

View File

@ -265,6 +265,7 @@ public class CcrRetentionLeaseIT extends CcrIntegTestCase {
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/39331")
public void testRetentionLeasesAreNotBeingRenewedAfterRecoveryCompletes() throws Exception {
final String leaderIndex = "leader";
final int numberOfShards = randomIntBetween(1, 3);