We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fdc008 commit 573f645Copy full SHA for 573f645
qa/mixed-cluster/build.gradle
@@ -57,6 +57,9 @@ excludeList.add('cluster.desired_nodes/11_old_format/Test node version must have
57
excludeList.add('cluster.desired_nodes/11_old_format/Test node version can not be null')
58
excludeList.add('cluster.desired_nodes/20_dry_run/Test validation works for dry run updates')
59
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
+
63
BuildParams.bwcVersions.withWireCompatible { bwcVersion, baseName ->
64
65
if (bwcVersion != VersionProperties.getElasticsearchVersion()) {
0 commit comments