Skip to content

Commit 0f6f4e5

Browse files
committed
Update skip version in rest yaml test file
Signed-off-by: Gao Binlong <[email protected]>
1 parent 7eaef9c commit 0f6f4e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: 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.17.99"
26-
reason: "introduced in 2.18.0"
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
2727
- do:
2828
indices.get_settings:
2929
flat_settings: true

0 commit comments

Comments
 (0)