Skip to content

Commit b9d7236

Browse files
committed
tests which somehow nuke db config
1 parent 502128f commit b9d7236

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,8 @@
1313
exclude :test_swapping_shards_and_roles_in_a_multi_threaded_environment, 'tries to load SQLite3 driver'
1414
exclude :test_swapping_shards_globally_in_a_multi_threaded_environment, 'tries to load SQLite3 driver'
1515
exclude :test_switching_connections_via_handler, 'tries to load SQLite3 driver'
16+
exclude :test_retrieve_connection_pool_with_invalid_shard, 'tries to load SQLite3 driver'
17+
exclude :test_calling_connected_to_on_a_non_existent_shard_raises, 'tries to load SQLite3 driver'
18+
exclude :test_cannot_swap_shards_while_prohibited, 'tries to load SQLite3 driver'
19+
exclude :test_can_swap_roles_while_shard_swapping_is_prohibited, 'tries to load SQLite3 driver'
20+

0 commit comments

Comments
 (0)