Do not use parallel testing

This commit is contained in:
Karl Erik Õunapuu 2020-06-04 13:38:16 +03:00
parent 19a543e184
commit 4173639049

View file

@ -42,10 +42,6 @@ CompanyRegister::Client = CompanyRegisterClientStub
EInvoice.provider = EInvoice::Providers::TestProvider.new
class ActiveSupport::TestCase
# Run tests in parallel with specified workers
cpu_count = ENV['PARALLEL_WORKERS'] || Concurrent.physical_processor_count || 1
parallelize(workers: cpu_count)
ActiveRecord::Migration.check_pending!
fixtures :all