Skip to content

Commit ce67c84

Browse files
committed
test(rails): another exclude for different error
1 parent 2341642 commit ce67c84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/rails/excludes/postgresql/ActiveRecord/ConnectionAdapters/PostgreSQLAdapterTest.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
exclude :test_only_warn_on_first_encounter_of_unrecognized_oid, 'expects warning with OID, ARJBC has name instead'
77
exclude :test_default_sequence_name_bad_table, "ARJDBC does more quoting (which is not wrong)"
88
exclude :test_reconnection_error, 'different internals'
9+
exclude :test_connection_error, 'expects ConnectionNotEstablished, but gets NoDatabaseError'

0 commit comments

Comments
 (0)