Skip to content

Commit 00ec0bf

Browse files
committed
feat(tests): skip uuid binding test for postgresql
1 parent 2f5627f commit 00ec0bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/system/test_session_api.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3058,6 +3058,8 @@ def test_execute_sql_returning_transfinite_floats(sessions_database, not_postgre
30583058

30593059

30603060
def test_execute_sql_w_uuid_bindings(sessions_database, database_dialect):
3061+
if database_dialect == DatabaseDialect.POSTGRESQL:
3062+
pytest.skip("UUID parameter type is not yet supported in PostgreSQL dialect.")
30613063
_bind_test_helper(
30623064
sessions_database,
30633065
database_dialect,

0 commit comments

Comments
 (0)