Skip to content

Commit 75cb4e0

Browse files
author
Christoph Büscher
committed
Muting InternalAggregationsTests.testSerialization
1 parent 83d9613 commit 75cb4e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/search/aggregations/InternalAggregationsTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ public static InternalAggregations createTestInstance() throws Exception {
120120
return new InternalAggregations(aggsList, topLevelPipelineAggs);
121121
}
122122

123+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/50827")
123124
public void testSerialization() throws Exception {
124125
InternalAggregations aggregations = createTestInstance();
125126
writeToAndReadFrom(aggregations, 0);

0 commit comments

Comments
 (0)