Skip to content

Commit 0683912

Browse files
committed
Skip tests related TLS with Windows platform.
1 parent cada6d8 commit 0683912

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/net/smtp/test_sslcontext.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,4 @@ def test_start_without_tls_hostname
125125
end
126126

127127
end
128-
end
128+
end unless /mswin|mingw/ =~ RUBY_PLATFORM

test/net/smtp/test_starttls.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,4 @@ def test_enable_starttls_and_enable_starttls_auto
118118
assert_nothing_raised { smtp.enable_starttls_auto }
119119
end
120120
end
121-
end
121+
end unless /mswin|mingw/ =~ RUBY_PLATFORM

0 commit comments

Comments
 (0)