Skip to content

Commit

Permalink
TST: skip test_groupby_rolling_index_changed on 32bit (#36220)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjayhawkins committed Sep 8, 2020
1 parent e6fd1b6 commit 2afdb3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pandas/tests/window/test_grouper.py
Expand Up @@ -384,6 +384,7 @@ def test_groupby_subset_rolling_subset_with_closed(self):
)
tm.assert_series_equal(result, expected)

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

0 comments on commit 2afdb3d

Please sign in to comment.