Skip to content

Commit 2afdb3d

Browse files
TST: skip test_groupby_rolling_index_changed on 32bit (pandas-dev#36220)
1 parent e6fd1b6 commit 2afdb3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/window/test_grouper.py

+1
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@ def test_groupby_subset_rolling_subset_with_closed(self):
384384
)
385385
tm.assert_series_equal(result, expected)
386386

387+
@pytest.mark.xfail(not compat.IS64, reason="GH-35294")
387388
@pytest.mark.parametrize("func", ["max", "min"])
388389
def test_groupby_rolling_index_changed(self, func):
389390
# GH: #36018 nlevels of MultiIndex changed

0 commit comments

Comments
 (0)