summaryrefslogtreecommitdiff
path: root/test/net/imap
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-21 03:38:52 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-21 03:38:52 +0000
commitbf26f847faa4e068ffa117abc6fa0271e2c1c83b (patch)
tree617b0971e7de9914d72cc5050dbe3ca55ef54200 /test/net/imap
parent543acfabdc10420c1076dafb01c2a125e5fa7174 (diff)
Exclude CI platform specific failures by --excludes option
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65265 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/net/imap')
-rw-r--r--test/net/imap/test_imap.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/net/imap/test_imap.rb b/test/net/imap/test_imap.rb
index 46a1260412..936f4e0f42 100644
--- a/test/net/imap/test_imap.rb
+++ b/test/net/imap/test_imap.rb
@@ -100,11 +100,6 @@ class IMAPTest < Test::Unit::TestCase
end
def test_imaps_post_connection_check
- if ENV.key?('TRAVIS') && /darwin/ =~ RUBY_PLATFORM
- # https://travis-ci.org/ruby/ruby/jobs/444232675
- # randomly raises: Errno::EPROTOTYPE "Protocol wrong type for socket"
- skip 'This test randomly fails with OpenSSL 1.1.1 on Travis osx build'
- end
assert_raise(OpenSSL::SSL::SSLError) do
imaps_test do |port|
# server_addr is different from the hostname in the certificate,