diff --git a/xarray/tests/test_groupby.py b/xarray/tests/test_groupby.py index 60bd861016c..0b9e88ca0c1 100644 --- a/xarray/tests/test_groupby.py +++ b/xarray/tests/test_groupby.py @@ -2812,6 +2812,7 @@ def test_groupby_preserve_dtype(reduction): assert actual == expected +@requires_dask @requires_flox @pytest.mark.parametrize("reduction", ["any", "all", "count"]) def test_gappy_resample_reductions(reduction):