Skip to content

Commit 60c5274

Browse files
remove xfail
1 parent 9731c60 commit 60c5274

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pandas/tests/io/test_fsspec.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55

66
from pandas._config import using_string_dtype
77

8-
from pandas.compat import HAS_PYARROW
9-
108
from pandas import (
119
DataFrame,
1210
date_range,
@@ -170,9 +168,6 @@ def test_excel_options(fsspectest):
170168
assert fsspectest.test[0] == "read"
171169

172170

173-
@pytest.mark.xfail(
174-
using_string_dtype() and HAS_PYARROW, reason="TODO(infer_string) fastparquet"
175-
)
176171
def test_to_parquet_new_file(cleared_fs, df1):
177172
"""Regression test for writing to a not-yet-existent GCS Parquet file."""
178173
pytest.importorskip("fastparquet")

0 commit comments

Comments
 (0)