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 @@ -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
Original file line number Diff line number Diff line change @@ -70,6 +70,9 @@ excludeList.add('aggregations/percentiles_hdr_metric/Negative values test')
7070// sync_id is removed in 9.0
7171excludeList. 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+
7376def clusterPath = getPath()
7477
7578buildParams. bwcVersions. withWireCompatible { bwcVersion, baseName ->
You can’t perform that action at this time.
0 commit comments