Skip to content

Commit

Permalink
Update version check in yaml test file for the bug fix for get index …
Browse files Browse the repository at this point in the history
…settings API

Signed-off-by: Gao Binlong <gbinlong@amazon.com>
  • Loading branch information
gaobinlong committed Oct 25, 2024
1 parent 4ad1be3 commit 5d3936e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ setup:
---
Test retrieval of number_routing_shards settings:
- skip:
version: " - 2.99.99"
reason: "introduced in 3.0.0" # TODO: change it to 2.18.0 after backport to 2.x branch
version: " - 2.18.99"
reason: "introduced in 2.19.0"
- do:
indices.get_settings:
flat_settings: true
Expand Down

0 comments on commit 5d3936e

Please sign in to comment.