Skip to content

Commit 2a19a61

Browse files
committed
nit
1 parent 1a0ac93 commit 2a19a61

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

dask-xfails.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# slowness. This causes very high flakiness in the tests.
33
# Before changing this file, please run with at least 200 examples.
44

5-
# Shape mismatch; needs high priority investigation
5+
# Broken edge case with shape 0
6+
# https://github.com/dask/dask/issues/11800
67
array_api_tests/test_array_object.py::test_setitem
7-
array_api_tests/test_indexing_functions.py::test_take
88

99
# Various indexing errors
1010
array_api_tests/test_array_object.py::test_getitem_masking
@@ -19,6 +19,9 @@ array_api_tests/test_data_type_functions.py::test_finfo[float32]
1919
# (I think the test is not forcing the op to be computed?)
2020
array_api_tests/test_creation_functions.py::test_linspace
2121

22+
# Shape mismatch
23+
array_api_tests/test_indexing_functions.py::test_take
24+
2225
# Array methods and attributes not already on da.Array cannot be wrapped
2326
array_api_tests/test_has_names.py::test_has_names[array_method-__array_namespace__]
2427
array_api_tests/test_has_names.py::test_has_names[array_method-to_device]

0 commit comments

Comments
 (0)