Skip to content

Commit d788761

Browse files
authored
[test] Correctly mute MixedClusterClientYamlTestSuiteIT {cat.shards/10_basic/Help} (#116398)
The `sync_id` field was removed from the `cat shards` output for 9.0 in #114246, this test shouldn't be run along with other 8.x clusters Resolve #116110
1 parent b8f4677 commit d788761

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
@@ -87,9 +87,6 @@ tests:
8787
issue: https://github.com/elastic/elasticsearch/issues/115816
8888
- class: org.elasticsearch.xpack.application.connector.ConnectorIndexServiceTests
8989
issue: https://github.com/elastic/elasticsearch/issues/116087
90-
- class: org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT
91-
method: test {p0=cat.shards/10_basic/Help}
92-
issue: https://github.com/elastic/elasticsearch/issues/116110
9390
- class: org.elasticsearch.xpack.ml.integration.DatafeedJobsRestIT
9491
method: testLookbackWithIndicesOptions
9592
issue: https://github.com/elastic/elasticsearch/issues/116127

qa/mixed-cluster/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ excludeList.add('indices.resolve_index/20_resolve_system_index/*')
6767
// Excluded because the error has changed
6868
excludeList.add('aggregations/percentiles_hdr_metric/Negative values test')
6969

70+
// sync_id is removed in 9.0
71+
excludeList.add("cat.shards/10_basic/Help")
72+
7073
def clusterPath = getPath()
7174

7275
buildParams.bwcVersions.withWireCompatible { bwcVersion, baseName ->

0 commit comments

Comments
 (0)