Skip to content

Commit 1ae719f

Browse files
authored
Exclude "aggregations/percentiles_hdr_metric/Negative values test" from mixed cluster tests (#116311)
1 parent d72d55a commit 1ae719f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

muted-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

qa/mixed-cluster/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
6262
excludeList.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+
6467
BuildParams.bwcVersions.withWireCompatible { bwcVersion, baseName ->
6568

6669
if (bwcVersion != VersionProperties.getElasticsearchVersion()) {

0 commit comments

Comments
 (0)