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 (#15101)

Signed-off-by: Gao Binlong <gbinlong@amazon.com>
  • Loading branch information
gaobinlong authored Aug 5, 2024
1 parent e8c6f0f commit b911b6f
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 b911b6f

Please sign in to comment.