Skip to content

Commit f4ffe90

Browse files
authored
Skips synonym test in mixed cluster bwc tests instead of YAML rest compat (#119044) (#119665)
(cherry picked from commit cc0e53e)
1 parent 054308b commit f4ffe90

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

qa/mixed-cluster/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ excludeList.add('cluster.desired_nodes/20_dry_run/Test validation works for dry
6464
// Excluded because they create dot-prefixed indices on older versions
6565
excludeList.add('indices.resolve_index/20_resolve_system_index/*')
6666

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+
6770
def clusterPath = getPath()
6871

6972
buildParams.bwcVersions.withWireCompatible { bwcVersion, baseName ->

0 commit comments

Comments
 (0)