Mute testRetentionLeasesSyncOnExpiration

Tracked at #37963
This commit is contained in:
Nhat Nguyen 2019-01-31 00:57:27 -05:00
parent 89bffc25de
commit f5398d6511
1 changed files with 1 additions and 0 deletions

View File

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