Mute ScriptedMetricAggregatorTests testSelfReferencingAggStateAfterMap

Tracked by #31307
This commit is contained in:
Igor Motov 2018-06-13 14:11:48 -04:00
parent 01d64b128b
commit 018d3fc81f
1 changed files with 1 additions and 0 deletions

View File

@ -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);