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:
parent
cada6d85d0
commit
0683912db8
Notes:
git
2020-11-17 18:05:39 +09:00
2 changed files with 2 additions and 2 deletions
|
@ -125,4 +125,4 @@ module Net
|
|||
end
|
||||
|
||||
end
|
||||
end
|
||||
end unless /mswin|mingw/ =~ RUBY_PLATFORM
|
||||
|
|
|
@ -118,4 +118,4 @@ module Net
|
|||
assert_nothing_raised { smtp.enable_starttls_auto }
|
||||
end
|
||||
end
|
||||
end
|
||||
end unless /mswin|mingw/ =~ RUBY_PLATFORM
|
||||
|
|
Loading…
Reference in a new issue