Mute CcrRetentionLeaseIT#testRetentionLeasesAreNotBeingRenewedAfterRecoveryCompletes.
Tracked in #39331.
This commit is contained in:
parent
2e2e11f7b4
commit
21c5d7e95f
|
@ -265,6 +265,7 @@ public class CcrRetentionLeaseIT extends CcrIntegTestCase {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/39331")
|
||||||
public void testRetentionLeasesAreNotBeingRenewedAfterRecoveryCompletes() throws Exception {
|
public void testRetentionLeasesAreNotBeingRenewedAfterRecoveryCompletes() throws Exception {
|
||||||
final String leaderIndex = "leader";
|
final String leaderIndex = "leader";
|
||||||
final int numberOfShards = randomIntBetween(1, 3);
|
final int numberOfShards = randomIntBetween(1, 3);
|
||||||
|
|
Loading…
Reference in New Issue