diff --git a/qa/mixed-cluster/build.gradle b/qa/mixed-cluster/build.gradle index 50e9cf2283541..4123b337ae260 100644 --- a/qa/mixed-cluster/build.gradle +++ b/qa/mixed-cluster/build.gradle @@ -64,6 +64,9 @@ excludeList.add('cluster.desired_nodes/20_dry_run/Test validation works for dry // Excluded because they create dot-prefixed indices on older versions excludeList.add('indices.resolve_index/20_resolve_system_index/*') +// Can't work until auto-expand replicas is 0-1 for synonyms index +excludeList.add("synonyms/90_synonyms_reloading_for_synset/Reload analyzers for specific synonym set") + def clusterPath = getPath() buildParams.bwcVersions.withWireCompatible { bwcVersion, baseName ->