mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Skip teardown with JRuby
This commit is contained in:
parent
08c58e3c0d
commit
37d0e6e471
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ class TestGemRequire < Gem::TestCase
|
|||
|
||||
assert_equal %w(a-1 b-2), loaded_spec_names
|
||||
ensure
|
||||
$LOAD_PATH.replace lp
|
||||
$LOAD_PATH.replace lp unless java_platform?
|
||||
end
|
||||
|
||||
def test_already_activated_direct_conflict
|
||||
|
|
Loading…
Reference in a new issue