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

disable backtrace cleaners, dunno where they are coming from...

This commit is contained in:
Mike Perham 2020-06-03 16:06:57 -07:00
parent 47bc87034f
commit 93bfa9d40e

View file

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