diff --git a/test/net/http/test_https.rb b/test/net/http/test_https.rb index 2a42db72..60590d3c 100644 --- a/test/net/http/test_https.rb +++ b/test/net/http/test_https.rb @@ -80,6 +80,8 @@ def test_session_reuse socket = http.instance_variable_get(:@socket).io assert socket.session_reused? + rescue SystemCallError + skip $! end if ENV["RUBY_OPENSSL_TEST_ALL"]