Skip to content

Commit 99ae39e

Browse files
[2.3.x] TST: remove leftover xfail in excel test_readers.py (#60599)
1 parent cfdcf0e commit 99ae39e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pandas/tests/io/excel/test_readers.py

-5
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
import numpy as np
1717
import pytest
1818

19-
from pandas._config import using_string_dtype
20-
2119
from pandas.compat import is_platform_windows
2220
import pandas.util._test_decorators as td
2321

@@ -655,9 +653,6 @@ def test_dtype_backend_and_dtype(self, read_ext):
655653
)
656654
tm.assert_frame_equal(result, df)
657655

658-
@pytest.mark.xfail(
659-
using_string_dtype(), reason="infer_string takes precedence", strict=False
660-
)
661656
def test_dtype_backend_string(self, read_ext, string_storage):
662657
# GH#36712
663658
if read_ext in (".xlsb", ".xls"):

0 commit comments

Comments
 (0)