Skip to content

Commit

Permalink
Skip vecdot test due to zero-size array failures (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite authored Feb 27, 2024
1 parent aedc350 commit 0ad9ea3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/array-api-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ jobs:
# very slow
array_api_tests/test_creation_functions.py::test_eye
# edge case failures
array_api_tests/test_linalg.py::test_vecdot
# not implemented
array_api_tests/test_array_object.py::test_setitem
array_api_tests/test_array_object.py::test_setitem_masking
Expand Down

0 comments on commit 0ad9ea3

Please sign in to comment.