зеркало из https://github.com/github/ruby.git
[rubygems/rubygems] Skip extension test on jruby
https://github.com/rubygems/rubygems/commit/38ee82c297
This commit is contained in:
Родитель
151ae9790f
Коммит
6232e1b9c0
|
@ -216,6 +216,8 @@ class TestGemCommandsExecCommand < Gem::TestCase
|
|||
end
|
||||
|
||||
def test_gem_with_platform_and_platform_dependencies
|
||||
pend "extensions don't quite work on jruby" if Gem.java_platform?
|
||||
|
||||
platforms = Gem.platforms.dup
|
||||
|
||||
spec_fetcher do |fetcher|
|
||||
|
|
Загрузка…
Ссылка в новой задаче