1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Skip tests related TLS with Windows platform.

This commit is contained in:
Hiroshi SHIBATA 2020-11-17 17:06:06 +09:00
parent cada6d85d0
commit 0683912db8
Notes: git 2020-11-17 18:05:39 +09:00
2 changed files with 2 additions and 2 deletions

View file

@ -125,4 +125,4 @@ module Net
end
end
end
end unless /mswin|mingw/ =~ RUBY_PLATFORM

View file

@ -118,4 +118,4 @@ module Net
assert_nothing_raised { smtp.enable_starttls_auto }
end
end
end
end unless /mswin|mingw/ =~ RUBY_PLATFORM