Skip to content

Commit 5f55989

Browse files
committed
[test] Exclude AR postgres tests that use $1 instead of ? for binds (#914)
1 parent faf2e96 commit 5f55989

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
exclude :test_connection_options, 'Connection options not supported'
22
exclude :test_table_alias_length_logs_name, 'We reuse max identifer length for this so no query is made to be logged for the rails test'
3+
exclude :test_statement_key_is_logged, 'test uses $1 instead of ? for bind'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
exclude :test_auth_with_bind, 'test uses $1 instead of ? for bind'

0 commit comments

Comments
 (0)