Skip to content

Commit

Permalink
Muting InternalAggregationsTests.testSerialization
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Büscher committed Jan 10, 2020
1 parent 83d9613 commit 75cb4e0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ public static InternalAggregations createTestInstance() throws Exception {
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);
Expand Down

0 comments on commit 75cb4e0

Please sign in to comment.