Skip to content

Commit

Permalink
test(mssql): xpassing temp table creation test
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed May 4, 2024
1 parent ada75f2 commit d4d93b3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ibis/backends/tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,11 +292,6 @@ def test_create_table_from_schema(con, new_schema, temp_table):
"be switched from using atexit to weakref.finalize",
)
@mark.notimpl(["trino", "druid"], reason="doesn't implement temporary tables")
@mark.never(
["mssql"],
reason="mssql supports support temporary tables through naming conventions",
raises=PyODBCProgrammingError,
)
@mark.notimpl(["exasol"], reason="Exasol does not support temporary tables")
@pytest.mark.notimpl(
["impala", "pyspark"],
Expand Down

0 comments on commit d4d93b3

Please sign in to comment.