Skip to content

Commit a843351

Browse files
remove xfails
1 parent 40185d3 commit a843351

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/tests/io/parser/dtypes/test_dtypes_basic.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,6 @@ def test_dtype_backend_and_dtype(all_parsers):
463463
tm.assert_frame_equal(result, expected)
464464

465465

466-
@pytest.mark.xfail(using_string_dtype(), reason="TODO(infer_string)", strict=False)
467466
def test_dtype_backend_string(all_parsers, string_storage):
468467
# GH#36712
469468
pa = pytest.importorskip("pyarrow")
@@ -507,7 +506,6 @@ def test_dtype_backend_ea_dtype_specified(all_parsers):
507506
tm.assert_frame_equal(result, expected)
508507

509508

510-
@pytest.mark.xfail(using_string_dtype(), reason="TODO(infer_string)", strict=False)
511509
def test_dtype_backend_pyarrow(all_parsers, request):
512510
# GH#36712
513511
pa = pytest.importorskip("pyarrow")

0 commit comments

Comments
 (0)