diff --git a/pandas/tests/window/test_rolling.py b/pandas/tests/window/test_rolling.py index 084b4b606ad5e..381272ff691fe 100644 --- a/pandas/tests/window/test_rolling.py +++ b/pandas/tests/window/test_rolling.py @@ -9,7 +9,6 @@ from pandas.compat import ( IS64, is_platform_arm, - is_platform_mac, is_platform_power, ) @@ -1189,7 +1188,7 @@ def test_rolling_sem(frame_or_series): @pytest.mark.xfail( - (is_platform_arm() and not is_platform_mac()) or is_platform_power(), + is_platform_arm() or is_platform_power(), reason="GH 38921", ) @pytest.mark.parametrize(