We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb700e0 commit c85e295Copy full SHA for c85e295
pandas/tests/io/test_fsspec.py
@@ -209,7 +209,6 @@ def test_arrowparquet_options(fsspectest):
209
assert fsspectest.test[0] == "parquet_read"
210
211
212
-@pytest.mark.xfail(using_string_dtype(), reason="TODO(infer_string) fastparquet")
213
def test_fastparquet_options(fsspectest):
214
"""Regression test for writing to a not-yet-existent GCS Parquet file."""
215
pytest.importorskip("fastparquet")
0 commit comments