Skip to content

Commit c430c61

Browse files
authored
TST(string_dtype): Refine scope of string xfail in test_http_headers (#60811)
1 parent dec6eb2 commit c430c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/test_http_headers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ def stata_responder(df):
8686
return bio.getvalue()
8787

8888

89-
@pytest.mark.xfail(using_string_dtype(), reason="TODO(infer_string)", strict=False)
9089
@pytest.mark.parametrize(
9190
"responder, read_method",
9291
[
@@ -107,6 +106,7 @@ def stata_responder(df):
107106
marks=[
108107
td.skip_if_no("fastparquet"),
109108
td.skip_if_no("fsspec"),
109+
pytest.mark.xfail(using_string_dtype(), reason="TODO(infer_string"),
110110
],
111111
),
112112
(pickle_respnder, pd.read_pickle),

0 commit comments

Comments
 (0)