Skip to content

Commit cf77909

Browse files
authored
Merge pull request #707 from pydata/test-branch
BUG: Skip `test_where` test
2 parents cb951b3 + be88cb6 commit cf77909

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ci/Finch-array-api-skips.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
# `test_nonzero` name conflict
12
array_api_tests/test_searching_functions.py::test_nonzero_zerodim_error
3+
# flaky test
24
array_api_tests/test_special_cases.py::test_unary[sign((x_i is -0 or x_i == +0)) -> 0]
5+
# `broadcast_to` is not defined in Finch, hangs as xfail
6+
array_api_tests/test_searching_functions.py::test_where

ci/Finch-array-api-xfails.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,6 @@ array_api_tests/test_manipulation_functions.py::test_stack
194194
# not implemented
195195
array_api_tests/test_searching_functions.py::test_argmax
196196
array_api_tests/test_searching_functions.py::test_argmin
197-
# `broadcast_to` is not defined in finch
198-
array_api_tests/test_searching_functions.py::test_where
199197
# 0D issue
200198
array_api_tests/test_searching_functions.py::test_nonzero
201199

0 commit comments

Comments
 (0)