DEV: Skip fragile tests for now.

This commit is contained in:
Guo Xiang Tan 2018-09-04 13:58:09 +08:00
parent 651b50b1a1
commit 19182c0c8f

View File

@ -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