ruby-changes:63624
From: Hiroshi <ko1@a...>
Date: Tue, 17 Nov 2020 18:05:34 +0900 (JST)
Subject: [ruby-changes:63624] 0683912db8 (master): Skip tests related TLS with Windows platform.
https://git.ruby-lang.org/ruby.git/commit/?id=0683912db8 From 0683912db888b0421ce4c40ad450ccf75ad7e3f4 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Tue, 17 Nov 2020 17:06:06 +0900 Subject: Skip tests related TLS with Windows platform. diff --git a/test/net/smtp/test_sslcontext.rb b/test/net/smtp/test_sslcontext.rb index f3f3b34..80afc13 100644 --- a/test/net/smtp/test_sslcontext.rb +++ b/test/net/smtp/test_sslcontext.rb @@ -125,4 +125,4 @@ module Net https://github.com/ruby/ruby/blob/trunk/test/net/smtp/test_sslcontext.rb#L125 end end -end +end unless /mswin|mingw/ =~ RUBY_PLATFORM diff --git a/test/net/smtp/test_starttls.rb b/test/net/smtp/test_starttls.rb index 98835c9..2c812ae 100644 --- a/test/net/smtp/test_starttls.rb +++ b/test/net/smtp/test_starttls.rb @@ -118,4 +118,4 @@ module Net https://github.com/ruby/ruby/blob/trunk/test/net/smtp/test_starttls.rb#L118 assert_nothing_raised { smtp.enable_starttls_auto } end end -end +end unless /mswin|mingw/ =~ RUBY_PLATFORM -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/