Skip to content

Commit

Permalink
[rubygems/rubygems] Removed the related code for minitest-bisect
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed May 12, 2021
1 parent 9620a30 commit 32d2566
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lib/rubygems/test_case.rb
Expand Up @@ -32,15 +32,6 @@
require 'bundler'
end

# Enable server plugin needed for bisection
if ENV["RG_BISECT_SERVER_PLUGIN"]
require ENV["RG_BISECT_SERVER_PLUGIN"]

Minitest.extensions << "server"
end

ENV["MT_NO_PLUGINS"] = "true"

require 'test/unit'

ENV["JARS_SKIP"] = "true" if Gem.java_platform? # avoid unnecessary and noisy `jar-dependencies` post install hook
Expand Down

0 comments on commit 32d2566

Please sign in to comment.