We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6fd1b6 commit 2afdb3dCopy full SHA for 2afdb3d
pandas/tests/window/test_grouper.py
@@ -384,6 +384,7 @@ def test_groupby_subset_rolling_subset_with_closed(self):
384
)
385
tm.assert_series_equal(result, expected)
386
387
+ @pytest.mark.xfail(not compat.IS64, reason="GH-35294")
388
@pytest.mark.parametrize("func", ["max", "min"])
389
def test_groupby_rolling_index_changed(self, func):
390
# GH: #36018 nlevels of MultiIndex changed
0 commit comments