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 58fc559 commit 042faf7Copy full SHA for 042faf7
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 'failing on MinGW' if /mingw/ =~ RUBY_PLATFORM
+ omit if OpenSSL::OPENSSL_LIBRARY_VERSION.include?('OpenSSL 3.2.0')
171
172
http = Net::HTTP.new(HOST, config("port"))
173
http.use_ssl = true
0 commit comments