Mute RetentionLeastIT.testRetentionLeasesSyncOnRecovery on 7x (#38597)

This commit is contained in:
Dimitris Athanasiou 2019-02-08 11:32:28 +02:00 committed by GitHub
parent 1008f1c68e
commit fe8182ece2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -260,6 +260,7 @@ public class RetentionLeaseIT extends ESIntegTestCase {
}
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38588")
public void testRetentionLeasesSyncOnRecovery() throws Exception {
final int numberOfReplicas = 2 - scaledRandomIntBetween(0, 2);
internalCluster().ensureAtLeastNumDataNodes(1 + numberOfReplicas);