We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d7cfe6 commit eada37bCopy full SHA for eada37b
test/net/http/test_https.rb
@@ -167,7 +167,7 @@ def test_session_reuse
167
def test_session_reuse_but_expire
168
# FIXME: The new_session_cb is known broken for clients in OpenSSL 1.1.0h.
169
omit if OpenSSL::OPENSSL_LIBRARY_VERSION.include?('OpenSSL 1.1.0h')
170
- omit if OpenSSL::OPENSSL_LIBRARY_VERSION.include?('OpenSSL 3.2.0')
+ omit if OpenSSL::OPENSSL_LIBRARY_VERSION.include?('OpenSSL 3.2.')
171
172
http = Net::HTTP.new(HOST, config("port"))
173
http.use_ssl = true
0 commit comments