Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mute failing ClusterSearchShardsResponseTests/testSerialization (elas…
…tic#100483) Test `ClusterSearchShardsResponseTests/testSerialization` fails with output ``` org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsResponseTests > testSerialization FAILED | -- | -- | java.lang.IllegalArgumentException: Node versions can only be inferred before release version 8.10.0 | | at __randomizedtesting.SeedInfo.seed([8D8D9B5E7417133A:D955FA1653452EA6]:0) | | at org.elasticsearch.cluster.node.VersionInformation.inferVersions(VersionInformation.java:42) | | at org.elasticsearch.cluster.node.DiscoveryNodeUtils$Builder.build(DiscoveryNodeUtils.java:152) | | at org.elasticsearch.cluster.node.DiscoveryNodeUtils.create(DiscoveryNodeUtils.java:39) | | at org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsResponseTests.testSerialization(ClusterSearchShardsResponseTests.java:52) ``` Mute it. Relates elastic#100482
- Loading branch information