Skip to content

Commit

Permalink
xfail cross pa_fp test
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback committed Jul 25, 2017
1 parent 7f4ef32 commit 37cc304
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pandas/tests/io/test_parquet.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def test_options_fp(df_compat, fp):
tm.assert_frame_equal(result, df)


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

Expand Down

0 comments on commit 37cc304

Please sign in to comment.