mirror of
https://github.com/discourse/discourse.git
synced 2025-04-15 11:04:26 +08:00
DEV: Skip fragile tests for now.
This commit is contained in:
parent
651b50b1a1
commit
19182c0c8f
@ -27,6 +27,8 @@ describe ActiveRecord::ConnectionHandling do
|
||||
let(:postgresql_fallback_handler) { PostgreSQLFallbackHandler.instance }
|
||||
|
||||
before do
|
||||
# TODO: tgxworld will rewrite it without stubs
|
||||
skip("Skip causes our build to be unstable")
|
||||
@threads = Thread.list
|
||||
postgresql_fallback_handler.initialized = true
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user