We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eaef9c commit 0f6f4e5Copy full SHA for 0f6f4e5
rest-api-spec/src/main/resources/rest-api-spec/test/indices.get_settings/40_number_of_routing_shards.yml
@@ -22,8 +22,8 @@ setup:
22
---
23
Test retrieval of number_routing_shards settings:
24
- skip:
25
- version: " - 2.17.99"
26
- reason: "introduced in 2.18.0"
+ version: " - 2.99.99"
+ reason: "introduced in 3.0.0" # TODO: change it to 2.18.0 after backport to 2.x branch
27
- do:
28
indices.get_settings:
29
flat_settings: true
0 commit comments