Browse Source

Test mute for issue #102974 (#102975)

related https://github.com/elastic/elasticsearch/issues/102974
Benjamin Trent 1 year ago
parent
commit
ea6013ca9c

+ 1 - 0
server/src/test/java/org/elasticsearch/search/aggregations/bucket/nested/NestedAggregatorTests.java

@@ -563,6 +563,7 @@ public class NestedAggregatorTests extends AggregatorTestCase {
         }
     }
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/102974")
     public void testPreGetChildLeafCollectors() throws IOException {
         try (Directory directory = newDirectory()) {
             try (RandomIndexWriter iw = new RandomIndexWriter(random(), directory)) {