Skip to content

Commit

Permalink
SNOW-1058245-sqlalchemy-20-support: skip truediv tests for '//' operator
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mraba committed Mar 11, 2024
1 parent 17c3e28 commit 8aac16c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/sqlalchemy_test_suite/test_suite_20.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,14 @@ def test_floordiv_integer_bound(self, connection):
"""
pass

@pytest.mark.skip("`//` not supported")
def test_floordiv_integer(self, connection, left, right, expected):
"""Snowflake does not provide `//` arithmetic operator.
https://docs.snowflake.com/en/sql-reference/operators-arithmetic.
"""
pass


class TimeMicrosecondsTest(_TimeMicrosecondsTest):
...
Expand Down

0 comments on commit 8aac16c

Please sign in to comment.