Skip to content

Commit 2b80ff9

Browse files
gaobinlongakolarkunnu
authored andcommitted
Update version check in yaml test file for the bug fix for get index settings API (opensearch-project#16480)
Signed-off-by: Gao Binlong <gbinlong@amazon.com>
1 parent dff7755 commit 2b80ff9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/indices.get_settings/40_number_of_routing_shards.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ setup:
2222
---
2323
Test retrieval of number_routing_shards settings:
2424
- skip:
25-
version: " - 2.99.99"
26-
reason: "introduced in 3.0.0" # TODO: change it to 2.18.0 after backport to 2.x branch
25+
version: " - 2.18.99"
26+
reason: "introduced in 2.19.0"
2727
- do:
2828
indices.get_settings:
2929
flat_settings: true

0 commit comments

Comments
 (0)