Mute ScriptedMetricAggregatorTests testSelfReferencingAggStateAfterMap
Tracked by #31307
This commit is contained in:
parent
01d64b128b
commit
018d3fc81f
|
@ -300,6 +300,7 @@ public class ScriptedMetricAggregatorTests extends AggregatorTestCase {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/31307")
|
||||||
public void testSelfReferencingAggStateAfterMap() throws IOException {
|
public void testSelfReferencingAggStateAfterMap() throws IOException {
|
||||||
try (Directory directory = newDirectory()) {
|
try (Directory directory = newDirectory()) {
|
||||||
Integer numDocs = randomInt(100);
|
Integer numDocs = randomInt(100);
|
||||||
|
|
Loading…
Reference in New Issue