Skip to content

Commit

Permalink
Fix version check in yml test for the bug fix of constant_keyword fie…
Browse files Browse the repository at this point in the history
…ld type not working (#15019)

Signed-off-by: Gao Binlong <gbinlong@amazon.com>
  • Loading branch information
gaobinlong committed Jul 30, 2024
1 parent 0cde7ba commit 03b1306
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

"Mappings and Supported queries":
- skip:
version: " - 2.99.99"
reason: "fixed in 3.0.0"
version: " - 2.15.99"
reason: "fixed in 2.16.0"

# Create index with constant_keyword field type
- do:
Expand Down

0 comments on commit 03b1306

Please sign in to comment.