From bc7ecc2d430456fb9b03cce5f9cb096b8bad3528 Mon Sep 17 00:00:00 2001 From: Erfan Nariman Date: Thu, 16 Jul 2020 16:59:22 +0200 Subject: [PATCH] 35294 - added pytest mark --- pandas/tests/window/test_api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pandas/tests/window/test_api.py b/pandas/tests/window/test_api.py index 28e27791cad35..51104c2675aea 100644 --- a/pandas/tests/window/test_api.py +++ b/pandas/tests/window/test_api.py @@ -306,6 +306,7 @@ def test_preserve_metadata(): ), ], ) +@pytest.mark.xfail(not compat.IS64, reason="GH-35294") def test_multiple_agg_funcs(func, window_size, expected_vals): # GH 15072 df = pd.DataFrame(