Skip to content

Commit

Permalink
Fix version check in yml test file for double range profiler shows fi…
Browse files Browse the repository at this point in the history
…lter rewrite info (opensearch-project#16125)

Signed-off-by: Gao Binlong <[email protected]>
  • Loading branch information
gaobinlong authored and ruai0511 committed Oct 4, 2024
1 parent 36ba50f commit 9333340
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -535,8 +535,8 @@ setup:
---
"Double range profiler shows filter rewrite info":
- skip:
version: " - 2.99.99"
reason: debug info for filter rewrite added in 3.0.0 (to be backported to 2.15.0)
version: " - 2.15.99"
reason: debug info for filter rewrite was added in 2.16.0

- do:
indices.create:
Expand Down

0 comments on commit 9333340

Please sign in to comment.