Skip to content

Commit b94a5d7

Browse files
committed
Disable tests for advanced indexing
1 parent 7a4a2d3 commit b94a5d7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/array-api-skips.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@ array_api_tests/test_operators_and_elementwise_functions.py::test_clip
66
# unexpected result is returned - unmute when dpctl-1986 is resolved
77
array_api_tests/test_operators_and_elementwise_functions.py::test_asin
88
array_api_tests/test_operators_and_elementwise_functions.py::test_asinh
9+
10+
# advanced indexing relating issues (waiting a fix from dpctl)
11+
array_api_tests/test_array_object.py::test_getitem_arrays_and_ints_1[1]
12+
array_api_tests/test_array_object.py::test_getitem_arrays_and_ints_1[None]
13+
array_api_tests/test_array_object.py::test_getitem_arrays_and_ints_2[None]

0 commit comments

Comments
 (0)