Skip to content

Commit 18cc951

Browse files
committed
Skip test_starttls_unknown_ca with Windows
1 parent 3481502 commit 18cc951

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/net/imap/test_imap.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ def test_imaps_post_connection_check
102102

103103
if defined?(OpenSSL::SSL)
104104
def test_starttls_unknown_ca
105+
omit "This test is not working with Windows" if RUBY_PLATFORM =~ /mswin|mingw/
106+
105107
imap = nil
106108
assert_raise(OpenSSL::SSL::SSLError) do
107109
ex = nil

0 commit comments

Comments
 (0)