Browse Source

Skips synonym test in mixed cluster bwc tests instead of YAML rest compat (#119044) (#119663)

(cherry picked from commit cc0e53e883ee7e0b136e58a0105103c1a7ffddf9)
Carlos Delgado 9 months ago
parent
commit
7fc7f2aeb9
1 changed files with 3 additions and 0 deletions
  1. 3 0
      qa/mixed-cluster/build.gradle

+ 3 - 0
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 ->