From 4173639049518206882092ab80527f7b4925108c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karl=20Erik=20=C3=95unapuu?= Date: Thu, 4 Jun 2020 13:38:16 +0300 Subject: [PATCH] Do not use parallel testing --- test/test_helper.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/test_helper.rb b/test/test_helper.rb index fab712feb..bee6fdcf9 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -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