Skip to content

Commit 879cd22

Browse files
authored
CI: skip array-manager test (#40118)
1 parent 31f68a0 commit 879cd22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/groupby/test_groupby.py

+1
Original file line numberDiff line numberDiff line change
@@ -1196,6 +1196,7 @@ def convert_force_pure(x):
11961196
assert isinstance(result[0], Decimal)
11971197

11981198

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

0 commit comments

Comments
 (0)