Skip to content

Commit

Permalink
Omit test_session_reuse_but_expire if OpenSSL 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu authored and hsbt committed Nov 27, 2023
1 parent 58fc559 commit 042faf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/net/http/test_https.rb
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def test_session_reuse
def test_session_reuse_but_expire
# FIXME: The new_session_cb is known broken for clients in OpenSSL 1.1.0h.
omit if OpenSSL::OPENSSL_LIBRARY_VERSION.include?('OpenSSL 1.1.0h')
omit 'failing on MinGW' if /mingw/ =~ RUBY_PLATFORM
omit if OpenSSL::OPENSSL_LIBRARY_VERSION.include?('OpenSSL 3.2.0')

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

0 comments on commit 042faf7

Please sign in to comment.