summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/test_ssl.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_ssl.rb b/test/test_ssl.rb
index 4907c81..01c8439 100644
--- a/test/test_ssl.rb
+++ b/test/test_ssl.rb
@@ -161,6 +161,7 @@ class OpenSSL::TestSSL < Test::Unit::TestCase
end
def test_not_started_session
+ skip "non socket argument of SSLSocket.new is not supported on this platform" if /mswin|mingw/ =~ RUBY_PLATFORM
open(__FILE__) do |f|
assert_nil OpenSSL::SSL::SSLSocket.new(f).cert
end