Skip to content

Commit

Permalink
Actually skip test_std
Browse files Browse the repository at this point in the history
  • Loading branch information
honno committed Feb 16, 2024
1 parent ebed2d6 commit 4f83bb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions array_api_tests/test_statistical_functions.py
Expand Up @@ -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(),
Expand Down

0 comments on commit 4f83bb3

Please sign in to comment.