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 @@ -358,9 +358,6 @@ tests:
358358 issue : https://github.com/elastic/elasticsearch/issues/117937
359359- class : org.elasticsearch.xpack.security.authc.kerberos.KerberosAuthenticationIT
360360 issue : https://github.com/elastic/elasticsearch/issues/118414
361- - class : org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT
362- method : test {p0=synonyms/90_synonyms_reloading_for_synset/Reload analyzers for specific synonym set}
363- issue : https://github.com/elastic/elasticsearch/issues/116777
364361- class : org.elasticsearch.gradle.internal.InternalDistributionBwcSetupPluginFuncTest
365362 method : " builds distribution from branches via archives extractedAssemble [bwcDistVersion: 8.1.3, bwcProject: bugfix2, expectedAssembleTaskName:
366363 extractedAssemble, #3]"
Original file line number Diff line number Diff line change @@ -64,6 +64,9 @@ excludeList.add('cluster.desired_nodes/20_dry_run/Test validation works for dry
6464// Excluded because they create dot-prefixed indices on older versions
6565excludeList. add(' indices.resolve_index/20_resolve_system_index/*' )
6666
67+ // Can't work until auto-expand replicas is 0-1 for synonyms index
68+ excludeList. add(" synonyms/90_synonyms_reloading_for_synset/Reload analyzers for specific synonym set" )
69+
6770def clusterPath = getPath()
6871buildParams. bwcVersions. withWireCompatible { bwcVersion, baseName ->
6972 if (bwcVersion != VersionProperties . getElasticsearchVersion()) {
You can’t perform that action at this time.
0 commit comments