Skip to content

Commit 018d3fc

Browse files
committed
Mute ScriptedMetricAggregatorTests testSelfReferencingAggStateAfterMap
Tracked by #31307
1 parent 01d64b1 commit 018d3fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/search/aggregations/metrics/scripted/ScriptedMetricAggregatorTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ public void testSelfReferencingAggStateAfterInit() throws IOException {
300300
}
301301
}
302302

303+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/31307")
303304
public void testSelfReferencingAggStateAfterMap() throws IOException {
304305
try (Directory directory = newDirectory()) {
305306
Integer numDocs = randomInt(100);

0 commit comments

Comments
 (0)