From 4f83bb3ee9146c30cf997f1527588b7a8b8ee6db Mon Sep 17 00:00:00 2001 From: Matthew Barber Date: Fri, 16 Feb 2024 10:41:43 +0000 Subject: [PATCH] Actually skip `test_std` --- array_api_tests/test_statistical_functions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/array_api_tests/test_statistical_functions.py b/array_api_tests/test_statistical_functions.py index 2b482ba1..4ae1f005 100644 --- a/array_api_tests/test_statistical_functions.py +++ b/array_api_tests/test_statistical_functions.py @@ -187,6 +187,7 @@ def test_prod(x, data): ph.assert_scalar_equals("prod", type_=scalar_type, idx=out_idx, out=prod, expected=expected) +@pytest.mark.skip(reason="flaky") # TODO: fix! @given( x=hh.arrays( dtype=xps.floating_dtypes(),