We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f4ef32 commit 37cc304Copy full SHA for 37cc304
pandas/tests/io/test_parquet.py
@@ -86,6 +86,7 @@ def test_options_fp(df_compat, fp):
86
tm.assert_frame_equal(result, df)
87
88
89
+@pytest.mark.xfail(reason="fp does not ignore pa index __index_level_0__")
90
def test_cross_engine_pa_fp(df_compat, pa, fp):
91
# cross-compat with differing reading/writing engines
92
0 commit comments