Skip to content

Commit

Permalink
Skip test_session_reuse_but_expire with OpenSSL 3.3
Browse files Browse the repository at this point in the history
OpenSSL 3.3.0 9 Apr 2024 is also broken.

Signed-off-by: Xi Ruoyao <xry111@xry111.site>
  • Loading branch information
xry111 authored and hsbt committed Apr 25, 2024
1 parent 7ced1ab commit ab525c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/net/http/test_https.rb
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ 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 if OpenSSL::OPENSSL_LIBRARY_VERSION.include?('OpenSSL 3.2.')
omit if OpenSSL::OPENSSL_LIBRARY_VERSION.include?('OpenSSL 3.3.')

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

0 comments on commit ab525c9

Please sign in to comment.