From a57facbbbf955b9601eead8aa54269994a7eb07c Mon Sep 17 00:00:00 2001 From: Matthew Murray Date: Mon, 9 Sep 2024 08:27:59 -0700 Subject: [PATCH] remove strict xfail --- python/cudf/cudf_pandas_tests/test_cudf_pandas_fallback.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/cudf/cudf_pandas_tests/test_cudf_pandas_fallback.py b/python/cudf/cudf_pandas_tests/test_cudf_pandas_fallback.py index 097a3e1e477..17943b36ff8 100644 --- a/python/cudf/cudf_pandas_tests/test_cudf_pandas_fallback.py +++ b/python/cudf/cudf_pandas_tests/test_cudf_pandas_fallback.py @@ -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.*" )