Skip to content

Commit 27728f0

Browse files
authored
remove incorrect xfails (#39354)
1 parent 309cf3a commit 27728f0

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

pandas/tests/extension/test_numpy.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -364,18 +364,6 @@ class TestReshaping(BaseNumPyTests, base.BaseReshapingTests):
364364
def test_concat_mixed_dtypes(self, data):
365365
super().test_concat_mixed_dtypes(data)
366366

367-
@pytest.mark.xfail(
368-
reason="GH#33125 PandasArray.astype does not recognize PandasDtype"
369-
)
370-
def test_concat(self, data, in_frame):
371-
super().test_concat(data, in_frame)
372-
373-
@pytest.mark.xfail(
374-
reason="GH#33125 PandasArray.astype does not recognize PandasDtype"
375-
)
376-
def test_concat_all_na_block(self, data_missing, in_frame):
377-
super().test_concat_all_na_block(data_missing, in_frame)
378-
379367
@skip_nested
380368
def test_merge(self, data, na_value):
381369
# Fails creating expected

0 commit comments

Comments
 (0)