8000 Fix test session reuse but expire (#9824) · ruby/ruby@64b6a01 · GitHub
[go: up one dir, main page]

Skip to content

Commit 64b6a01

Browse files
nursenobu
authored andcommitted
Fix test session reuse but expire (#9824)
* OpenSSL 3.2.1 30 Jan 2024 is also broken Import 4506461 from ruby_3_3 branch tentatively.
1 parent e34505c commit 64b6a01

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 if OpenSSL::OPENSSL_LIBRARY_VERSION.include?('OpenSSL 3.2.0')
170+
omit if OpenSSL::OPENSSL_LIBRARY_VERSION.include?('OpenSSL 3.2.')
171171

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

0 commit comments

Comments
 (0)
0