diff options
author | Hiroshi SHIBATA <[email protected]> | 2020-11-17 17:06:06 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2020-11-17 18:05:15 +0900 |
commit | 0683912db888b0421ce4c40ad450ccf75ad7e3f4 () | |
tree | 50a15471333d3c28ef74ff2bb8b64573139459d2 | |
parent | cada6d85d0c1402463fa6066011169898933dd4e (diff) |
Skip tests related TLS with Windows platform.
Notes: Merged: https://.com/ruby/ruby/pull/3776
-rw-r--r-- | test/net/smtp/test_sslcontext.rb | 2 | ||||
-rw-r--r-- | test/net/smtp/test_starttls.rb | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -125,4 +125,4 @@ module Net end end -end @@ -118,4 +118,4 @@ module Net assert_nothing_raised { smtp.enable_starttls_auto } end end -end |