We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83d9613 commit 75cb4e0Copy full SHA for 75cb4e0
server/src/test/java/org/elasticsearch/search/aggregations/InternalAggregationsTests.java
@@ -120,6 +120,7 @@ public static InternalAggregations createTestInstance() throws Exception {
120
return new InternalAggregations(aggsList, topLevelPipelineAggs);
121
}
122
123
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/50827")
124
public void testSerialization() throws Exception {
125
InternalAggregations aggregations = createTestInstance();
126
writeToAndReadFrom(aggregations, 0);
0 commit comments