Skip to content

Commit

Permalink
test: ensure jruby doesn't use minitest-parallel_fork
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Oct 22, 2023
1 parent 6178970 commit 89c109a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

require "minitest/autorun"
require "minitest/benchmark"
if ENV["NCPU"]
if ENV["NCPU"] && !Nokogiri.jruby?
require "minitest/parallel_fork"
warn "Running parallel tests with NCPU=#{ENV["NCPU"].inspect}"
end
Expand Down

0 comments on commit 89c109a

Please sign in to comment.