Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e039ffb

Browse files
committedFeb 16, 2024
Skip flaky std and var tests
1 parent dd8128f commit e039ffb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎array_api_tests/test_statistical_functions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ def test_sum(x, data):
303303
ph.assert_scalar_equals("sum", type_=scalar_type, idx=out_idx, out=sum_, expected=expected)
304304

305305

306+
@pytest.mark.skip(reason="flaky") # TODO: fix!
306307
@given(
307308
x=hh.arrays(
308309
dtype=xps.floating_dtypes(),

0 commit comments

Comments
 (0)
Please sign in to comment.