File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -216,9 +216,6 @@ tests:
216
216
- class : org.elasticsearch.xpack.security.authc.AuthenticationServiceTests
217
217
method : testInvalidToken
218
218
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
222
219
- class : org.elasticsearch.xpack.security.authc.ldap.ActiveDirectoryRunAsIT
223
220
issue : https://github.com/elastic/elasticsearch/issues/115727
224
221
- 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')
70
70
// sync_id is removed in 9.0
71
71
excludeList. add(" cat.shards/10_basic/Help" )
72
72
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
+
73
76
def clusterPath = getPath()
74
77
75
78
buildParams. bwcVersions. withWireCompatible { bwcVersion, baseName ->
You can’t perform that action at this time.
0 commit comments