mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 01:47:22 +08:00
Disable postgresql adapter tests until we figure out what is leaking
connections.
This commit is contained in:
parent
c2e70a8cc9
commit
3ab6318e5f
|
@ -27,6 +27,7 @@ describe ActiveRecord::ConnectionHandling do
|
|||
let(:postgresql_fallback_handler) { PostgreSQLFallbackHandler.instance }
|
||||
|
||||
before do
|
||||
skip("Disable these tests until we figure out what is leaking connections")
|
||||
postgresql_fallback_handler.initialized = true
|
||||
|
||||
['default', multisite_db].each do |db|
|
||||
|
|
Loading…
Reference in New Issue
Block a user