Skip to content

Commit 63296eb

Browse files
committed
Add a missing XFAIL test to the NumPy CI
1 parent a9e3f7c commit 63296eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/numpy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
# Updates to the spec since the last change to numpy.array_api.
4343
# These will fail until NumPy is updated.
4444
"array_api_tests/test_signatures.py::test_has_names[__index__]",
45+
"array_api_tests/test_signatures.py::test_has_names[to_device]",
4546
"array_api_tests/test_signatures.py::test_has_names[mT]",
4647
"array_api_tests/test_signatures.py::test_has_names[tril]",
4748
"array_api_tests/test_signatures.py::test_has_names[triu]",

0 commit comments

Comments
 (0)