From e0cf703f3b4ccb68ceb6e54f88880b291aeaed70 Mon Sep 17 00:00:00 2001 From: Nate Berkopec Date: Tue, 1 Oct 2019 11:08:28 +0200 Subject: [PATCH] Punt this test to 4.3 --- test/test_binder.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_binder.rb b/test/test_binder.rb index 308b3529d7..882a798985 100644 --- a/test/test_binder.rb +++ b/test/test_binder.rb @@ -52,6 +52,7 @@ def test_logs_all_localhost_bindings 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