mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
Muting InternalAggregationsTests.testSerialization
This commit is contained in:
parent
83d961391b
commit
75cb4e0b69
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user