mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Run ActionPack test cases in random order.
This commit is contained in:
parent
34d6a17d4d
commit
dad40bf9ea
1 changed files with 0 additions and 5 deletions
|
@ -483,8 +483,3 @@ if RUBY_ENGINE == "ruby" && PROCESS_COUNT > 0
|
|||
# Use N processes (N defaults to 4)
|
||||
Minitest.parallel_executor = ForkingExecutor.new(PROCESS_COUNT)
|
||||
end
|
||||
|
||||
# FIXME: we have tests that depend on run order, we should fix that and
|
||||
# remove this method call.
|
||||
require 'active_support/test_case'
|
||||
ActiveSupport::TestCase.test_order = :sorted
|
||||
|
|
Loading…
Reference in a new issue