Skip to content

Commit 1cf4a07

Browse files
committed
Skip test_sum
Flaky on CI
1 parent a1d7701 commit 1cf4a07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

array_api_tests/test_statistical_functions.py

+1
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ def test_std(x, data):
195195
# We can't easily test the result(s) as standard deviation methods vary a lot
196196

197197

198+
@pytest.mark.skip("flaky") # TODO: fix!
198199
@given(
199200
x=hh.arrays(
200201
dtype=xps.numeric_dtypes(),

0 commit comments

Comments
 (0)