Skip to content

Commit

Permalink
remove strict xfail
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt711 committed Sep 9, 2024
1 parent 7328033 commit a57facb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/cudf/cudf_pandas_tests/test_cudf_pandas_fallback.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def test_no_fallback_in_reduction_ops(series, op):
tm.assert_almost_equal(res, expect)


@pytest.mark.xfail(strict=True, reason="Fallback expected")
@pytest.mark.filterwarnings(
"error::UserWarning:.*Falling back to the slow path.*"
)
Expand Down

0 comments on commit a57facb

Please sign in to comment.