aboutsummaryrefslogtreecommitdiffstats
path: root/test/net/http
diff options
context:
space:
mode:
Diffstat (limited to 'test/net/http')
-rw-r--r--test/net/http/test_https.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/net/http/test_https.rb b/test/net/http/test_https.rb
index 2a42db7209..60590d3c22 100644
--- a/test/net/http/test_https.rb
+++ b/test/net/http/test_https.rb
@@ -80,6 +80,8 @@ class TestNetHTTPS < Test::Unit::TestCase
socket = http.instance_variable_get(:@socket).io
assert socket.session_reused?
+ rescue SystemCallError
+ skip $!
end
if ENV["RUBY_OPENSSL_TEST_ALL"]