Skip to content

Commit

Permalink
Fix version check in yml test for the bug fix of delete index templat…
Browse files Browse the repository at this point in the history
…e failed (opensearch-project#15101)

Signed-off-by: Gao Binlong <gbinlong@amazon.com>
  • Loading branch information
gaobinlong authored and wangdongyu.danny committed Aug 22, 2024
1 parent 51998e8 commit ebf337b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ teardown:
---
"Delete index template which is not used by data stream but index pattern matches":
- skip:
version: " - 2.99.99"
reason: "fixed in 3.0.0"
version: " - 2.16.99"
reason: "fixed in 2.17.0"

- do:
indices.create_data_stream:
Expand Down

0 comments on commit ebf337b

Please sign in to comment.