Muting InternalAggregationsTests.testSerialization

This commit is contained in:
Christoph Büscher 2020-01-10 09:24:09 +01:00
parent 83d961391b
commit 75cb4e0b69

View File

@ -120,6 +120,7 @@ public class InternalAggregationsTests extends ESTestCase {
return new InternalAggregations(aggsList, topLevelPipelineAggs);
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/50827")
public void testSerialization() throws Exception {
InternalAggregations aggregations = createTestInstance();
writeToAndReadFrom(aggregations, 0);