We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test_std
1 parent ebed2d6 commit 4f83bb3Copy full SHA for 4f83bb3
1 file changed
array_api_tests/test_statistical_functions.py
@@ -187,6 +187,7 @@ def test_prod(x, data):
187
ph.assert_scalar_equals("prod", type_=scalar_type, idx=out_idx, out=prod, expected=expected)
188
189
190
+@pytest.mark.skip(reason="flaky") # TODO: fix!
191
@given(
192
x=hh.arrays(
193
dtype=xps.floating_dtypes(),
0 commit comments