Skip to content

Commit af285de

Browse files
committed
Skip test_roll as its wrong
1 parent cd8f117 commit af285de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

array_api_tests/test_manipulation_functions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ def test_reshape(x, data):
292292
assert_array_ndindex("reshape", x, ah.ndindex(x.shape), out, ah.ndindex(out.shape))
293293

294294

295+
@pytest.mark.skip(reason="faulty test logic") # TODO
295296
@given(xps.arrays(dtype=xps.scalar_dtypes(), shape=shared_shapes()), st.data())
296297
def test_roll(x, data):
297298
shift_strat = st.integers(-hh.MAX_ARRAY_SIZE, hh.MAX_ARRAY_SIZE)

0 commit comments

Comments
 (0)