Skip to content

Commit

Permalink
Omit a broken https test on MinGW
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun authored and hsbt committed Nov 27, 2023
1 parent 4be99c2 commit 58fc559
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 @@ -167,6 +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

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

0 comments on commit 58fc559

Please sign in to comment.