Skip to content

Commit 701d89c

Browse files
committed
Mute FilterAggregatorTests#testRandom
Relates #37743
1 parent daa2ec8 commit 701d89c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/search/aggregations/bucket/filter/FilterAggregatorTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ public void testEmpty() throws Exception {
6363
directory.close();
6464
}
6565

66+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37743")
6667
public void testRandom() throws Exception {
6768
Directory directory = newDirectory();
6869
RandomIndexWriter indexWriter = new RandomIndexWriter(random(), directory);

0 commit comments

Comments
 (0)