Skip to content

Commit

Permalink
[2.3.x] TST: remove leftover xfail in excel test_readers.py (#60599)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche authored Dec 23, 2024
1 parent cfdcf0e commit 99ae39e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pandas/tests/io/excel/test_readers.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
import numpy as np
import pytest

from pandas._config import using_string_dtype

from pandas.compat import is_platform_windows
import pandas.util._test_decorators as td

Expand Down Expand Up @@ -655,9 +653,6 @@ def test_dtype_backend_and_dtype(self, read_ext):
)
tm.assert_frame_equal(result, df)

@pytest.mark.xfail(
using_string_dtype(), reason="infer_string takes precedence", strict=False
)
def test_dtype_backend_string(self, read_ext, string_storage):
# GH#36712
if read_ext in (".xlsb", ".xls"):
Expand Down

0 comments on commit 99ae39e

Please sign in to comment.