We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test_reshape
1 parent a76e051 commit 268682dCopy full SHA for 268682d
1 file changed
array_api_tests/test_manipulation_functions.py
@@ -250,6 +250,7 @@ def reshape_shapes(draw, shape):
250
return tuple(rshape)
251
252
253
+@pytest.mark.skip("flaky") # TODO: fix!
254
@given(
255
x=hh.arrays(dtype=xps.scalar_dtypes(), shape=hh.shapes(max_side=MAX_SIDE)),
256
data=st.data(),
0 commit comments