Skip to content

Commit

Permalink
CI: temp skip BooleanArray pyarrow test (pandas-dev#30069)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche authored and proost committed Dec 19, 2019
1 parent acb5488 commit 2603b05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pandas/tests/arrays/test_boolean.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2603b05

Please sign in to comment.