Skip to content

Commit

Permalink
Skip tests related TLS with Windows platform.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Nov 17, 2020
1 parent cada6d8 commit 0683912
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/net/smtp/test_sslcontext.rb
Expand Up @@ -125,4 +125,4 @@ def test_start_without_tls_hostname
end

end
end
end unless /mswin|mingw/ =~ RUBY_PLATFORM
2 changes: 1 addition & 1 deletion test/net/smtp/test_starttls.rb
Expand Up @@ -118,4 +118,4 @@ def test_enable_starttls_and_enable_starttls_auto
assert_nothing_raised { smtp.enable_starttls_auto }
end
end
end
end unless /mswin|mingw/ =~ RUBY_PLATFORM

0 comments on commit 0683912

Please sign in to comment.