Skip to content

Commit 462360c

Browse files
authored
Exclude array API test that attempts in-place mutation (#754)
1 parent cddd95c commit 462360c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/array-api-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ jobs:
120120
# not implemented
121121
array_api_tests/test_array_object.py::test_setitem
122122
array_api_tests/test_array_object.py::test_setitem_masking
123+
array_api_tests/test_creation_functions.py::test_asarray_arrays
123124
array_api_tests/test_manipulation_functions.py::test_repeat
124125
array_api_tests/test_sorting_functions.py
125126

0 commit comments

Comments
 (0)