Skip to content

Commit 3145554

Browse files
update test that was changed on main
1 parent ca35112 commit 3145554

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pandas/tests/io/test_common.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,10 +308,12 @@ def test_read_expands_user_home_dir(
308308
"pyarrow",
309309
("io", "data", "feather", "feather-0_3_1.feather"),
310310
),
311-
(
311+
pytest.param(
312312
pd.read_hdf,
313313
"tables",
314314
("io", "data", "legacy_hdf", "datetimetz_object.h5"),
315+
# cleaned-up in https://github.com/pandas-dev/pandas/pull/57387 on main
316+
marks=pytest.mark.xfail(reason="TODO(infer_string)", strict=False),
315317
),
316318
(pd.read_stata, "os", ("io", "data", "stata", "stata10_115.dta")),
317319
(pd.read_sas, "os", ("io", "sas", "data", "test1.sas7bdat")),

0 commit comments

Comments
 (0)