We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 054308b commit f4ffe90Copy full SHA for f4ffe90
qa/mixed-cluster/build.gradle
@@ -64,6 +64,9 @@ excludeList.add('cluster.desired_nodes/20_dry_run/Test validation works for dry
64
// Excluded because they create dot-prefixed indices on older versions
65
excludeList.add('indices.resolve_index/20_resolve_system_index/*')
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
+
70
def clusterPath = getPath()
71
72
buildParams.bwcVersions.withWireCompatible { bwcVersion, baseName ->
0 commit comments