We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4be99c2 commit 58fc559Copy full SHA for 58fc559
test/net/http/test_https.rb
@@ -167,6 +167,7 @@ def test_session_reuse
167
def test_session_reuse_but_expire
168
# FIXME: The new_session_cb is known broken for clients in OpenSSL 1.1.0h.
169
omit if OpenSSL::OPENSSL_LIBRARY_VERSION.include?('OpenSSL 1.1.0h')
170
+ omit 'failing on MinGW' if /mingw/ =~ RUBY_PLATFORM
171
172
http = Net::HTTP.new(HOST, config("port"))
173
http.use_ssl = true
0 commit comments