Skip to content

Commit

Permalink
test: fix broken and/or failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Dec 15, 2024
1 parent 627568a commit d478541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibis/backends/tests/test_expr_caching.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def test_persist_expression_multiple_refs(backend, con, alltypes):
assert name not in con.list_tables()


@mark.notimpl(["datafusion", "flink", "impala", "trino", "druid"])
@mark.notimpl(["flink", "impala", "trino", "druid"])
@mark.notimpl(["exasol"], reason="Exasol does not support temporary tables")
@pytest.mark.never(
["risingwave"],
Expand Down

0 comments on commit d478541

Please sign in to comment.