Skip to content

Commit

Permalink
Add option to disable serial tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rien committed Aug 30, 2019
1 parent 84dae8f commit 2cebcbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class ActiveSupport::TestCase
include SeriesZipHelper

# Run tests in parallel with specified workers
parallelize(workers: :number_of_processors)
parallelize(workers: :number_of_processors) unless ENV['TEST_SERIAL']
end

class ActionDispatch::IntegrationTest
Expand Down

0 comments on commit 2cebcbc

Please sign in to comment.