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

(cherry picked from commit 03b1306)

Signed-off-by: Gao Binlong <gbinlong@amazon.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent a84f17a commit c0e3327
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 c0e3327

Please sign in to comment.