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

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

Please sign in to comment.