Skip to content

Commit

Permalink
Mute testRetentionLeaseIsRenewedDuringRecovery
Browse files Browse the repository at this point in the history
Tracked at #39011
  • Loading branch information
dnhatn committed Feb 17, 2019
1 parent 28c960c commit c4ba05a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ public void testRetentionLeaseIsTakenAtTheStartOfRecovery() throws Exception {

}

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

0 comments on commit c4ba05a

Please sign in to comment.