Skip to content

Commit

Permalink
Disable new minitest parallelism (#4980)
Browse files Browse the repository at this point in the history
  • Loading branch information
teoljungberg committed Sep 1, 2021
1 parent bed54b4 commit 1daed42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

$TESTING = true
# disable minitest/parallel threads
ENV["MT_CPU"] = 0
ENV["N"] = "0"
# Disable any stupid backtrace cleansers
ENV["BACKTRACE"] = "1"
Expand Down

0 comments on commit 1daed42

Please sign in to comment.