Skip to content

Commit

Permalink
add xfail
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke committed Apr 18, 2024
1 parent df20bcc commit 4cb25dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fastparquet/test/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,11 @@ def test_sorted_row_group_columns(tempdir):
assert result == expected


@pytest.mark.xfail(
reason="Not supported by dask expressions",
raises=NotImplementedError,
strict=True,
)
def test_sorted_row_group_columns_with_filters(tempdir):
# fails up to 2021.08.1
dask = pytest.importorskip('dask')
Expand Down

0 comments on commit 4cb25dc

Please sign in to comment.