Skip to content

Commit 0543666

Browse files
Merge branch 'main' into table_prefixes
2 parents efad6b4 + c430c61 commit 0543666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/test_http_headers.py

Lines changed: 1 addition & 1 deletion
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)