Skip to content

Commit c85e295

Browse files
remove fastparquet xfail
1 parent fb700e0 commit c85e295

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/io/test_fsspec.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ def test_arrowparquet_options(fsspectest):
209209
assert fsspectest.test[0] == "parquet_read"
210210

211211

212-
@pytest.mark.xfail(using_string_dtype(), reason="TODO(infer_string) fastparquet")
213212
def test_fastparquet_options(fsspectest):
214213
"""Regression test for writing to a not-yet-existent GCS Parquet file."""
215214
pytest.importorskip("fastparquet")

0 commit comments

Comments
 (0)