From e5f20d1aa1d5a7e1fde82ed83579bcaf4c1e4cfe Mon Sep 17 00:00:00 2001 From: Jim Crist-Harif Date: Fri, 23 Aug 2024 14:06:46 -0500 Subject: [PATCH] chore(datafusion): unxfail passing approx_quantile test --- ibis/backends/tests/test_aggregation.py | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/ibis/backends/tests/test_aggregation.py b/ibis/backends/tests/test_aggregation.py index 1ad6995a1385..d414f38f907e 100644 --- a/ibis/backends/tests/test_aggregation.py +++ b/ibis/backends/tests/test_aggregation.py @@ -876,23 +876,7 @@ def test_quantile( assert pytest.approx(result) == expected -@pytest.mark.parametrize( - "filtered", - [ - False, - param( - True, - marks=[ - pytest.mark.notyet( - ["datafusion"], - raises=Exception, - reason="datafusion 38.0.1 has a bug in FILTER handling that causes this test to fail", - strict=False, - ) - ], - ), - ], -) +@pytest.mark.parametrize("filtered", [False, True]) @pytest.mark.parametrize( "multi", [