Skip to content

Commit cc0e53e

Browse files
authored
Skips synonym test in mixed cluster bwc tests instead of YAML rest compat (#119044)
1 parent ff4d900 commit cc0e53e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

muted-tests.yml

-3
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,6 @@ tests:
216216
- class: org.elasticsearch.xpack.security.authc.AuthenticationServiceTests
217217
method: testInvalidToken
218218
issue: https://github.com/elastic/elasticsearch/issues/119019
219-
- class: org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT
220-
method: test {p0=synonyms/90_synonyms_reloading_for_synset/Reload analyzers for specific synonym set}
221-
issue: https://github.com/elastic/elasticsearch/issues/116777
222219
- class: org.elasticsearch.xpack.security.authc.ldap.ActiveDirectoryRunAsIT
223220
issue: https://github.com/elastic/elasticsearch/issues/115727
224221
- class: org.elasticsearch.smoketest.DocsClientYamlTestSuiteIT

qa/mixed-cluster/build.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ excludeList.add('aggregations/percentiles_hdr_metric/Negative values test')
7070
// sync_id is removed in 9.0
7171
excludeList.add("cat.shards/10_basic/Help")
7272

73+
// Can't work until auto-expand replicas is 0-1 for synonyms index
74+
excludeList.add("synonyms/90_synonyms_reloading_for_synset/Reload analyzers for specific synonym set")
75+
7376
def clusterPath = getPath()
7477

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

0 commit comments

Comments
 (0)