Skip to content

Commit

Permalink
Skip flaky test_var
Browse files Browse the repository at this point in the history
  • Loading branch information
honno committed Feb 16, 2024
1 parent dd8128f commit 70a000d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions array_api_tests/test_statistical_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ def test_sum(x, data):
ph.assert_scalar_equals("sum", type_=scalar_type, idx=out_idx, out=sum_, expected=expected)


@pytest.mark.skip(reason="flaky") # TODO: fix!
@given(
x=hh.arrays(
dtype=xps.floating_dtypes(),
Expand Down

0 comments on commit 70a000d

Please sign in to comment.