Skip to content

Commit 1c0bd1c

Browse files
committed
Fix version check
Signed-off-by: Gao Binlong <[email protected]>
1 parent 3dea93d commit 1c0bd1c

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

Lines changed: 2 additions & 2 deletions
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.16.99"
44-
reason: "fixed in 2.17.0"
43+
version: " - 2.99.99"
44+
reason: "fixed in 3.0.0"
4545

4646
- do:
4747
indices.create_data_stream:

0 commit comments

Comments
 (0)