1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* test/net/http/test_https.rb (TestNetHTTPS#test_session_reuse): localhost is not (always) 127.0.0.1. Don't expect that.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36543 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
shyouhei 2012-07-26 05:54:29 +00:00
parent 22783fdbc5
commit 9b16b7478a
2 changed files with 7 additions and 0 deletions

View file

@ -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"]