Skip to content

Commit

Permalink
SNOW-1058245-sqlalchemy-20-support: update skipped test docs
Browse files Browse the repository at this point in the history
Failing tests classes added to test_suite.py for easier test invocation.
  • Loading branch information
sfc-gh-mraba committed Mar 11, 2024
1 parent 1489010 commit 17c3e28
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/sqlalchemy_test_suite/test_suite_20.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,12 @@ def test_no_results_for_non_returning_insert(self, connection, style, executeman

# road to 2.0
class TrueDivTest(_TrueDivTest):
@pytest.mark.skip("Double slash is comment")
@pytest.mark.skip("`//` not supported")
def test_floordiv_integer_bound(self, connection):
"""Snowflake does not provide `//` arithmetic operator.
https://docs.snowflake.com/en/sql-reference/operators-arithmetic.
"""
pass


Expand Down

0 comments on commit 17c3e28

Please sign in to comment.