We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ced1ab commit ab525c9Copy full SHA for ab525c9
test/net/http/test_https.rb
@@ -168,6 +168,7 @@ 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.')
171
+ omit if OpenSSL::OPENSSL_LIBRARY_VERSION.include?('OpenSSL 3.3.')
172
173
http = Net::HTTP.new(HOST, config("port"))
174
http.use_ssl = true
0 commit comments