summaryrefslogtreecommitdiff
path: root/test/rubygems/test_gem_remote_fetcher.rb
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/rubygems/test_gem_remote_fetcher.rb
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/rubygems/test_gem_remote_fetcher.rb')
-rw-r--r--test/rubygems/test_gem_remote_fetcher.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/rubygems/test_gem_remote_fetcher.rb b/test/rubygems/test_gem_remote_fetcher.rb
index 4d1fe6587c..dfef55c7ca 100644
--- a/test/rubygems/test_gem_remote_fetcher.rb
+++ b/test/rubygems/test_gem_remote_fetcher.rb
@@ -883,11 +883,6 @@ PeIQQkFng2VVot/WAQbv3ePqWq07g1BBcwIBAg==
def test_do_not_allow_invalid_client_cert_auth_connection
skip 'openssl is missing' unless defined?(OpenSSL::SSL)
- if ENV.key?('TRAVIS') && /darwin/ =~ RUBY_PLATFORM
- # https://travis-ci.org/ruby/ruby/jobs/444240249
- # raises: OpenSSL::SSL::SSLError "SSL_read: tlsv1 alert decrypt error"
- skip 'This test is failing with OpenSSL 1.1.1 on Travis osx build'
- end
ssl_server = self.class.start_ssl_server({
:SSLVerifyClient =>