Skip to content

Commit f77b0ee

Browse files
committed
lucene_snapshot: Mute RangeAggregatorTests.testRuntimeFieldTopLevelQueryNot
1 parent aca442a commit f77b0ee

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/range/RangeAggregatorTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,7 @@ public void testOverlappingRanges() throws IOException {
596596
* But the union operation overhead that comes with combining the range with
597597
* the top level query tends to slow us down more than the standard aggregator.
598598
*/
599+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/128471")
599600
public void testRuntimeFieldTopLevelQueryNotOptimized() throws IOException {
600601
long totalDocs = (long) RangeAggregator.DOCS_PER_RANGE_TO_USE_FILTERS * 4;
601602
SearchLookup lookup = new SearchLookup(s -> null, (ft, l, ftd) -> null, (ctx, doc) -> null);

0 commit comments

Comments
 (0)