aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/excludes/_travis/osx/IMAPTest.rb3
-rw-r--r--test/excludes/_travis/osx/TestGemRemoteFetcher.rb4
-rw-r--r--test/excludes/_travis/osx/TestProcess.rb7
-rw-r--r--test/excludes/_travis/osx/TestWEBrickUtils.rb3
4 files changed, 0 insertions, 17 deletions
diff --git a/test/excludes/_travis/osx/IMAPTest.rb b/test/excludes/_travis/osx/IMAPTest.rb
deleted file mode 100644
index 11687702a1..0000000000
--- a/test/excludes/_travis/osx/IMAPTest.rb
+++ /dev/null
@@ -1,3 +0,0 @@
-# https://travis-ci.org/ruby/ruby/jobs/444232675
-# randomly raises: Errno::EPROTOTYPE "Protocol wrong type for socket"
-exclude(:test_imaps_post_connection_check, 'This test randomly fails with OpenSSL 1.1.1 on Travis osx build')
diff --git a/test/excludes/_travis/osx/TestGemRemoteFetcher.rb b/test/excludes/_travis/osx/TestGemRemoteFetcher.rb
deleted file mode 100644
index e10c0ff45c..0000000000
--- a/test/excludes/_travis/osx/TestGemRemoteFetcher.rb
+++ /dev/null
@@ -1,4 +0,0 @@
-# https://travis-ci.org/ruby/ruby/jobs/444240249
-# raises: OpenSSL::SSL::SSLError "SSL_read: tlsv1 alert decrypt error"
-exclude(:test_do_not_allow_invalid_client_cert_auth_connection,
- 'This test is failing with OpenSSL 1.1.1 on Travis osx build')
diff --git a/test/excludes/_travis/osx/TestProcess.rb b/test/excludes/_travis/osx/TestProcess.rb
deleted file mode 100644
index 5aa03d5ead..0000000000
--- a/test/excludes/_travis/osx/TestProcess.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-# These tests randomly hang forever. For testing other things properly, skipped for now.
-
-# https://travis-ci.org/ruby/ruby/jobs/566409880
-exclude(:test_execopts_redirect_open_fifo_interrupt_raise, 'This test randomly hangs on Travis osx')
-
-# https://travis-ci.org/ruby/ruby/jobs/567547060
-exclude(:test_execopts_redirect_open_fifo_interrupt_print, 'This test randomly hangs on Travis osx')
diff --git a/test/excludes/_travis/osx/TestWEBrickUtils.rb b/test/excludes/_travis/osx/TestWEBrickUtils.rb
deleted file mode 100644
index 1b1dd877f5..0000000000
--- a/test/excludes/_travis/osx/TestWEBrickUtils.rb
+++ /dev/null
@@ -1,3 +0,0 @@
-# https://travis-ci.org/ruby/ruby/jobs/454707326
-# maybe this test's timeout should be re-arranged for Travis osx
-exclude(:test_nested_timeout_outer, 'This test randomly fails on Travis osx')