Skip to content

Commit ea59283

Browse files
committed
xfail
1 parent 787d547 commit ea59283

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pandas/tests/extension/arrow/test_timestamp.py

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
from .arrays import ArrowTimestampUSArray # isort:skip
1010

1111

12+
@pytest.mark.xfail(
13+
reason="DatetimeTZBlock is created while ExtensionBlock should be, see #34986"
14+
)
1215
def test_constructor_extensionblock():
1316
# GH 34986
1417
pd.DataFrame(

0 commit comments

Comments
 (0)