Skip to content

Commit b911b6f

Browse files
authored
Fix version check in yml test for the bug fix of delete index template failed (#15101)
Signed-off-by: Gao Binlong <gbinlong@amazon.com>
1 parent e8c6f0f commit b911b6f

File tree

1 file changed

+2
-2
lines changed
  • rest-api-spec/src/main/resources/rest-api-spec/test/indices.delete_index_template

1 file changed

+2
-2
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/indices.delete_index_template/10_basic.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ teardown:
4040
---
4141
"Delete index template which is not used by data stream but index pattern matches":
4242
- skip:
43-
version: " - 2.99.99"
44-
reason: "fixed in 3.0.0"
43+
version: " - 2.16.99"
44+
reason: "fixed in 2.17.0"
4545

4646
- do:
4747
indices.create_data_stream:

0 commit comments

Comments
 (0)