Skip to content

Commit d7e1756

Browse files
Revert "TST: skip test_groupby_rolling_index_changed on 32bit (pandas-dev#36220)"
This reverts commit 2afdb3d.
1 parent c3b0fae commit d7e1756

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/window/test_grouper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,6 @@ def test_groupby_subset_rolling_subset_with_closed(self):
373373
)
374374
tm.assert_series_equal(result, expected)
375375

376-
@pytest.mark.xfail(not compat.IS64, reason="GH-35294")
377376
@pytest.mark.parametrize("func", ["max", "min"])
378377
def test_groupby_rolling_index_changed(self, func):
379378
# GH: #36018 nlevels of MultiIndex changed

0 commit comments

Comments
 (0)