Skip to content

Commit 4f83bb3

Browse files
committed
Actually skip test_std
1 parent ebed2d6 commit 4f83bb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: array_api_tests/test_statistical_functions.py

+1
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ def test_prod(x, data):
187187
ph.assert_scalar_equals("prod", type_=scalar_type, idx=out_idx, out=prod, expected=expected)
188188

189189

190+
@pytest.mark.skip(reason="flaky") # TODO: fix!
190191
@given(
191192
x=hh.arrays(
192193
dtype=xps.floating_dtypes(),

0 commit comments

Comments
 (0)