Skip to content

Commit 0c87fcb

Browse files
committed
[test] add a new test exclude
1 parent d51d984 commit 0c87fcb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/rails/excludes/mysql2/ActiveRecord/ConnectionAdapters/ConnectionHandlersMultiDbTest.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@
1313
exclude :test_connects_to_with_single_configuration, 'tries to load SQLite3 driver'
1414
exclude :test_connects_to_using_top_level_key_in_two_level_config, 'tries to load SQLite3 driver'
1515
exclude :test_connects_to_returns_array_of_established_connections, 'tries to load SQLite3 driver'
16+
exclude :test_loading_relations_with_multi_db_connection_handlers, 'tries to load SQLite3 driver'
1617
exclude :test_connection_handlers_swapping_connections_in_fiber, 'fibers are threads in JRuby'

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@
1313
exclude :test_connects_to_with_single_configuration, 'tries to load SQLite3 driver'
1414
exclude :test_connects_to_using_top_level_key_in_two_level_config, 'tries to load SQLite3 driver'
1515
exclude :test_connects_to_returns_array_of_established_connections, 'tries to load SQLite3 driver'
16+
exclude :test_loading_relations_with_multi_db_connection_handlers, 'tries to load SQLite3 driver'
1617
exclude :test_connection_handlers_swapping_connections_in_fiber, 'fibers are threads in JRuby'

0 commit comments

Comments
 (0)