Disable parallel tests for now

This commit is contained in:
Karl Erik Õunapuu 2020-05-29 16:48:52 +03:00
parent e8bb305893
commit 53a41a07fc

View file

@ -43,7 +43,7 @@ EInvoice.provider = EInvoice::Providers::TestProvider.new
class ActiveSupport::TestCase
# Run tests in parallel with specified workers
parallelize(workers: :number_of_processors)
# parallelize(workers: :number_of_processors)
ActiveRecord::Migration.check_pending!
fixtures :all