Skip to content

Commit 268682d

Browse files
committed
Skip flaky test_reshape
1 parent a76e051 commit 268682d

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
@@ -250,6 +250,7 @@ def reshape_shapes(draw, shape):
250250
return tuple(rshape)
251251

252252

253+
@pytest.mark.skip("flaky") # TODO: fix!
253254
@given(
254255
x=hh.arrays(dtype=xps.scalar_dtypes(), shape=hh.shapes(max_side=MAX_SIDE)),
255256
data=st.data(),

0 commit comments

Comments
 (0)