Skip to content

Commit 573f645

Browse files
committed
Skips synonym test in mixed cluster bwc tests instead of YAML rest compat (elastic#119044)
(cherry picked from commit cc0e53e) # Conflicts: # muted-tests.yml # qa/mixed-cluster/build.gradle
1 parent 7fdc008 commit 573f645

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

qa/mixed-cluster/build.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ excludeList.add('cluster.desired_nodes/11_old_format/Test node version must have
5757
excludeList.add('cluster.desired_nodes/11_old_format/Test node version can not be null')
5858
excludeList.add('cluster.desired_nodes/20_dry_run/Test validation works for dry run updates')
5959

60+
// Can't work until auto-expand replicas is 0-1 for synonyms index
61+
excludeList.add("synonyms/90_synonyms_reloading_for_synset/Reload analyzers for specific synonym set")
62+
6063
BuildParams.bwcVersions.withWireCompatible { bwcVersion, baseName ->
6164

6265
if (bwcVersion != VersionProperties.getElasticsearchVersion()) {

0 commit comments

Comments
 (0)