aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-12-17 17:18:42 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-12-17 17:18:42 +0900
commit65731a1330ed02691e3c343d2feeb8d0a72af3fd (patch)
treee3d9784ca4ae4c08c59d6ba2fcdd2b35869af573
parentb226a68141bd60db4b14264cb579e3eab9b6bcbd (diff)
downloadruby-65731a1330ed02691e3c343d2feeb8d0a72af3fd.tar.gz
Skip interruptible raw mode test on Travis-CI
-rw-r--r--test/excludes/TestIO_Console.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/excludes/TestIO_Console.rb b/test/excludes/TestIO_Console.rb
index caf1935fec..2ccc352070 100644
--- a/test/excludes/TestIO_Console.rb
+++ b/test/excludes/TestIO_Console.rb
@@ -1,2 +1,3 @@
# frozen_string_literal: false
exclude(:test_getpass, 'not portable')
+exclude(:test_intr, 'hangs up only on Travis CI')