Mute RetentionLeastIT.testRetentionLeasesSyncOnRecovery on 7x (#38597)
This commit is contained in:
parent
1008f1c68e
commit
fe8182ece2
|
@ -260,6 +260,7 @@ public class RetentionLeaseIT extends ESIntegTestCase {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38588")
|
||||||
public void testRetentionLeasesSyncOnRecovery() throws Exception {
|
public void testRetentionLeasesSyncOnRecovery() throws Exception {
|
||||||
final int numberOfReplicas = 2 - scaledRandomIntBetween(0, 2);
|
final int numberOfReplicas = 2 - scaledRandomIntBetween(0, 2);
|
||||||
internalCluster().ensureAtLeastNumDataNodes(1 + numberOfReplicas);
|
internalCluster().ensureAtLeastNumDataNodes(1 + numberOfReplicas);
|
||||||
|
|
Loading…
Reference in New Issue