提交 d548a36c 编写于 作者: A Aaron Patterson

only parallelize on forking systems

上级 15fd96a0
......@@ -109,7 +109,7 @@ def before_setup
module ActiveSupport
class TestCase
include ActionDispatch::DrawOnce
parallelize_me!
parallelize_me! if ActiveSupport::Testing::Isolation.forking_env?
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册