Skip to content

Commit

Permalink
Skipping half_float sort tests for 2.11.0 as well (#11214) (#11215)
Browse files Browse the repository at this point in the history
(cherry picked from commit c1866d9)

Signed-off-by: Chaitanya Gohel <gashutos@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 afcbae2 commit aa035ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@
---
"search across indices with mixed long and double and float numeric types":
- skip:
version: " - 2.10.99"
reason: half float was broken before 2.11
version: " - 2.11.0"
reason: half float was broken before 2.11.1

- do:
indices.create:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,8 @@
---
"half float":
- skip:
version: " - 2.10.99"
reason: half_float was broken for 2.10 and earlier
version: " - 2.11.0"
reason: half_float was broken for 2.11.0 and earlier

- do:
indices.create:
Expand Down

0 comments on commit aa035ab

Please sign in to comment.