Skip to content

Commit 37cc304

Browse files
committed
xfail cross pa_fp test
1 parent 7f4ef32 commit 37cc304

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/io/test_parquet.py

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ def test_options_fp(df_compat, fp):
8686
tm.assert_frame_equal(result, df)
8787

8888

89+
@pytest.mark.xfail(reason="fp does not ignore pa index __index_level_0__")
8990
def test_cross_engine_pa_fp(df_compat, pa, fp):
9091
# cross-compat with differing reading/writing engines
9192

0 commit comments

Comments
 (0)