Skip to content

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/net/http/test_https.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +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 'failing on MinGW' if /mingw/ =~ RUBY_PLATFORM
170171

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

0 commit comments

Comments
 (0)