Skip to content

Commit

Permalink
Skips synonym test in mixed cluster bwc tests instead of YAML rest co…
Browse files Browse the repository at this point in the history
…mpat (#119044) (#119665)

(cherry picked from commit cc0e53e)
  • Loading branch information
carlosdelest authored Jan 7, 2025
1 parent 054308b commit f4ffe90
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions qa/mixed-cluster/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 ->
Expand Down

0 comments on commit f4ffe90

Please sign in to comment.