Skip to content

Commit 4fca025

Browse files
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").
1 parent 498da08 commit 4fca025

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/rubygems/test_gem_remote_fetcher.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1051,6 +1051,8 @@ def proxy_server_port
10511051
end
10521052

10531053
def start_ssl_server(config = {})
1054+
skip "starting this test server fails randomly on jruby" if Gem.java_platform?
1055+
10541056
null_logger = NilLog.new
10551057
server = WEBrick::HTTPServer.new({
10561058
:Port => 0,

0 commit comments

Comments
 (0)