1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[rubygems/rubygems] Skip flaky tests on jruby

I believe these are most certainly due to a problem outside of rubygems.
I'm skipping these at least until webrick officially supports jruby
(defining "officially" as "webrick's CI passes on jruby").

https://github.com/rubygems/rubygems/commit/4fca025358
This commit is contained in:
David Rodríguez 2020-04-10 21:38:30 +02:00 committed by Hiroshi SHIBATA
parent ce88e2a8aa
commit c982c5efac
Notes: git 2020-05-08 14:14:11 +09:00

View file

@ -1051,6 +1051,8 @@ PeIQQkFng2VVot/WAQbv3ePqWq07g1BBcwIBAg==
end
def start_ssl_server(config = {})
skip "starting this test server fails randomly on jruby" if Gem.java_platform?
null_logger = NilLog.new
server = WEBrick::HTTPServer.new({
:Port => 0,