Skip to content

Commit eaa5943

Browse files
jorisvandenbosscheproost
authored andcommitted
CI: temp skip BooleanArray pyarrow test (pandas-dev#30069)
1 parent 501fa91 commit eaa5943

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/arrays/test_boolean.py

+1
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,7 @@ def test_reductions_return_types(dropna, data, all_numeric_reductions):
546546
# result = arr[mask]
547547

548548

549+
@pytest.mark.skip(reason="broken test")
549550
@td.skip_if_no("pyarrow", min_version="0.15.0")
550551
def test_arrow_array(data):
551552
# protocol added in 0.15.0

0 commit comments

Comments
 (0)