summaryrefslogtreecommitdiff
path: root/test/net/http/test_https.rb
diff options
context:
space:
mode:
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 cf297f3755..86f6c00bbb 100644
--- a/test/net/http/test_https.rb
+++ b/test/net/http/test_https.rb
@@ -169,6 +169,7 @@ class TestNetHTTPS < Test::Unit::TestCase
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.')
+ omit "not working on MinGW" if /mingw/ =~ RUBY_PLATFORM
http = Net::HTTP.new(HOST, config("port"))
http.use_ssl = true