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:
parent
ce88e2a8aa
commit
c982c5efac
Notes:
git
2020-05-08 14:14:11 +09:00
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue