Mute FilterAggregatorTests#testRandom

Relates #37743
This commit is contained in:
Alexander Reelsen 2019-01-23 11:00:37 +01:00
parent daa2ec8a60
commit 701d89caa2
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ public class FilterAggregatorTests extends AggregatorTestCase {
directory.close();
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37743")
public void testRandom() throws Exception {
Directory directory = newDirectory();
RandomIndexWriter indexWriter = new RandomIndexWriter(random(), directory);