1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Disable new minitest parallelism (#4980)

This commit is contained in:
Teo Ljungberg 2021-09-01 16:04:09 +02:00 committed by GitHub
parent bed54b4f88
commit 1daed42060
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,7 @@ require 'minitest/autorun'
$TESTING = true $TESTING = true
# disable minitest/parallel threads # disable minitest/parallel threads
ENV["MT_CPU"] = 0
ENV["N"] = "0" ENV["N"] = "0"
# Disable any stupid backtrace cleansers # Disable any stupid backtrace cleansers
ENV["BACKTRACE"] = "1" ENV["BACKTRACE"] = "1"