File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -264,9 +264,6 @@ tests:
264264- class : org.elasticsearch.xpack.test.rest.XPackRestIT
265265 method : test {p0=ml/filter_crud/Test update filter}
266266 issue : https://github.com/elastic/elasticsearch/issues/116271
267- - class : org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT
268- method : test {p0=aggregations/percentiles_hdr_metric/Negative values test}
269- issue : https://github.com/elastic/elasticsearch/issues/116276
270267- class : org.elasticsearch.xpack.test.rest.XPackRestIT
271268 method : test {p0=ml/get_datafeeds/Test explicit get all datafeeds}
272269 issue : https://github.com/elastic/elasticsearch/issues/116284
Original file line number Diff line number Diff line change @@ -61,6 +61,9 @@ excludeList.add('cluster.desired_nodes/20_dry_run/Test validation works for dry
6161// Excluded because they create dot-prefixed indices on older versions
6262excludeList. add(' indices.resolve_index/20_resolve_system_index/*' )
6363
64+ // Excluded because the error has changed
65+ excludeList. add(' aggregations/percentiles_hdr_metric/Negative values test' )
66+
6467BuildParams . bwcVersions. withWireCompatible { bwcVersion, baseName ->
6568
6669 if (bwcVersion != VersionProperties . getElasticsearchVersion()) {
You can’t perform that action at this time.
0 commit comments