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

Punt this test to 4.3

This commit is contained in:
Nate Berkopec 2019-10-01 11:08:28 +02:00
parent 99a8161331
commit e0cf703f3b
No known key found for this signature in database
GPG key ID: BDD7A4B8E43906A6

View file

@ -52,6 +52,7 @@ class TestBinder < TestBinderBase
end
def test_correct_zero_port_ssl
skip("Implement in 4.3")
@binder.parse(["ssl://localhost:0?key=#{key}&cert=#{cert}"], @events)
stdout = @events.stdout.string