diff --git a/array_api_tests/test_statistical_functions.py b/array_api_tests/test_statistical_functions.py index c3623466..15aa909f 100644 --- a/array_api_tests/test_statistical_functions.py +++ b/array_api_tests/test_statistical_functions.py @@ -338,7 +338,6 @@ def test_prod(x, data): raise -@pytest.mark.skip(reason="flaky") # TODO: fix! @given( x=hh.arrays( dtype=hh.real_floating_dtypes, @@ -456,7 +455,6 @@ def test_sum(x, data): @pytest.mark.unvectorized -@pytest.mark.skip(reason="flaky") # TODO: fix! @given( x=hh.arrays( dtype=hh.real_floating_dtypes,