1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

JRuby skip failing test

This commit is contained in:
Nate Berkopec 2020-03-14 09:31:01 -06:00
parent d75e1573ed
commit 4ef001000e
No known key found for this signature in database
GPG key ID: BDD7A4B8E43906A6

View file

@ -142,6 +142,7 @@ class TestPumaControlCli < TestConfigFileBase
end
def test_control_ssl
skip_on :jruby # Hanging on JRuby, TODO fix
host = "127.0.0.1"
port = UniquePort.call
url = "ssl://#{host}:#{port}?#{ssl_query}"