[CI] Mute CcrRetentionLeaseIT.testRetentionLeaseIsRenewedDuringRecovery (#39270)
This commit is contained in:
parent
8072543428
commit
34d06471c3
|
@ -190,6 +190,7 @@ public class CcrRetentionLeaseIT extends CcrIntegTestCase {
|
|||
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/39268")
|
||||
public void testRetentionLeaseIsRenewedDuringRecovery() throws Exception {
|
||||
final String leaderIndex = "leader";
|
||||
final int numberOfShards = randomIntBetween(1, 3);
|
||||
|
|
Loading…
Reference in New Issue