Skip to content

Commit

Permalink
CI: skip array-manager test (#40118)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrockmendel authored Feb 28, 2021
1 parent 31f68a0 commit 879cd22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pandas/tests/groupby/test_groupby.py
Original file line number Diff line number Diff line change
Expand Up @@ -1196,6 +1196,7 @@ def convert_force_pure(x):
assert isinstance(result[0], Decimal)


@td.skip_array_manager_not_yet_implemented
def test_groupby_dtype_inference_empty():
# GH 6733
df = DataFrame({"x": [], "range": np.arange(0, dtype="int64")})
Expand Down

0 comments on commit 879cd22

Please sign in to comment.