From 2603b05e23de3b34065cc0e7229f0b23e0780460 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Wed, 4 Dec 2019 23:04:01 +0100 Subject: [PATCH] CI: temp skip BooleanArray pyarrow test (#30069) --- pandas/tests/arrays/test_boolean.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pandas/tests/arrays/test_boolean.py b/pandas/tests/arrays/test_boolean.py index d9cbf3f5b41726..a13bb8edc8e48b 100644 --- a/pandas/tests/arrays/test_boolean.py +++ b/pandas/tests/arrays/test_boolean.py @@ -546,6 +546,7 @@ def test_reductions_return_types(dropna, data, all_numeric_reductions): # result = arr[mask] +@pytest.mark.skip(reason="broken test") @td.skip_if_no("pyarrow", min_version="0.15.0") def test_arrow_array(data): # protocol added in 0.15.0