Skip to content

Commit

Permalink
Mute CcrRetentionLeaseIT#testRetentionLeasesAreNotBeingRenewedAfterRe…
Browse files Browse the repository at this point in the history
…coveryCompletes.

Tracked in #39331.
  • Loading branch information
jtibshirani committed Apr 9, 2019
1 parent 2e2e11f commit 21c5d7e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ public void testRetentionLeaseIsRenewedDuringRecovery() throws Exception {

}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/39331")
public void testRetentionLeasesAreNotBeingRenewedAfterRecoveryCompletes() throws Exception {
final String leaderIndex = "leader";
final int numberOfShards = randomIntBetween(1, 3);
Expand Down

0 comments on commit 21c5d7e

Please sign in to comment.