Skip to content
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.

Commit

Permalink
Disable parallel tests to fix test coverage
Browse files Browse the repository at this point in the history
SimpleCov does not support running tests in parallel yet, a feature
introduced only recently by Rails 6 [1]. Since our test suite is still
quite small, and we expect it to stay like this for a while, we've
disabled parallel tests.

[1]: simplecov-ruby/simplecov#718
  • Loading branch information
jdno committed Aug 11, 2019
1 parent a565e20 commit b120e78
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 @@ -15,7 +15,7 @@

class ActiveSupport::TestCase
# Run tests in parallel with specified workers
parallelize(workers: :number_of_processors)
# parallelize(workers: :number_of_processors)

# Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical
# order.
Expand Down

0 comments on commit b120e78

Please sign in to comment.