Skip to content

Commit

Permalink
test(datafusion): xfail on broken upstream functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Oct 14, 2024
1 parent 9c5358d commit d709fe7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ibis/backends/tests/test_aggregation.py
Original file line number Diff line number Diff line change
Expand Up @@ -1678,6 +1678,7 @@ def test_value_counts_on_expr(backend, alltypes, df):
backend.assert_frame_equal(result, expected)


@pytest.mark.xfail_version(datafusion=["datafusion==42"])
def test_group_by_expr(backend, con):
expr = (
ibis.memtable(
Expand Down

0 comments on commit d709fe7

Please sign in to comment.