summaryrefslogtreecommitdiff
path: root/test/net/http/test_https.rb
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@xry111.site>2024-04-24 13:42:09 +0800
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-05-17 17:25:59 +0900
commit10f4e4d936ece813ff3bc061a0ecff85804447cc (patch)
treedf83a0536529ee56ce8520357047661651018838 /test/net/http/test_https.rb
parent1945f8dc0ea71f536931364fa3605b7507807bb5 (diff)
[ruby/net-http] 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 <xry111@xry111.site> https://github.com/ruby/net-http/commit/ab525c956d
Diffstat (limited to 'test/net/http/test_https.rb')
-rw-r--r--test/net/http/test_https.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/net/http/test_https.rb b/test/net/http/test_https.rb
index 761b0be3ab..ea0c7bc879 100644
--- a/test/net/http/test_https.rb
+++ b/test/net/http/test_https.rb
@@ -168,6 +168,7 @@ class TestNetHTTPS < Test::Unit::TestCase
# 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