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:
358
358
issue : https://github.com/elastic/elasticsearch/issues/117937
359
359
- class : org.elasticsearch.xpack.security.authc.kerberos.KerberosAuthenticationIT
360
360
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
364
361
- class : org.elasticsearch.gradle.internal.InternalDistributionBwcSetupPluginFuncTest
365
362
method : " builds distribution from branches via archives extractedAssemble [bwcDistVersion: 8.1.3, bwcProject: bugfix2, expectedAssembleTaskName:
366
363
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
64
64
// Excluded because they create dot-prefixed indices on older versions
65
65
excludeList. add(' indices.resolve_index/20_resolve_system_index/*' )
66
66
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
+
67
70
def clusterPath = getPath()
68
71
buildParams. bwcVersions. withWireCompatible { bwcVersion, baseName ->
69
72
if (bwcVersion != VersionProperties . getElasticsearchVersion()) {
You can’t perform that action at this time.
0 commit comments