Skip to content

Commit 042faf7

Browse files
nobuhsbt
authored andcommitted
Omit test_session_reuse_but_expire if OpenSSL 3.2.0
1 parent 58fc559 commit 042faf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/net/http/test_https.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def test_session_reuse
167167
def test_session_reuse_but_expire
168168
# FIXME: The new_session_cb is known broken for clients in OpenSSL 1.1.0h.
169169
omit if OpenSSL::OPENSSL_LIBRARY_VERSION.include?('OpenSSL 1.1.0h')
170-
omit 'failing on MinGW' if /mingw/ =~ RUBY_PLATFORM
170+
omit if OpenSSL::OPENSSL_LIBRARY_VERSION.include?('OpenSSL 3.2.0')
171171

172172
http = Net::HTTP.new(HOST, config("port"))
173173
http.use_ssl = true

0 commit comments

Comments
 (0)