Skip to content

Commit ab525c9

Browse files
xry111hsbt
authored andcommitted
Skip test_session_reuse_but_expire with OpenSSL 3.3
OpenSSL 3.3.0 9 Apr 2024 is also broken. Signed-off-by: Xi Ruoyao <[email protected]>
1 parent 7ced1ab commit ab525c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/net/http/test_https.rb

+1
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ 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')
170170
omit if OpenSSL::OPENSSL_LIBRARY_VERSION.include?('OpenSSL 3.2.')
171+
omit if OpenSSL::OPENSSL_LIBRARY_VERSION.include?('OpenSSL 3.3.')
171172

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

0 commit comments

Comments
 (0)