From 65731a1330ed02691e3c343d2feeb8d0a72af3fd Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Tue, 17 Dec 2019 17:18:42 +0900 Subject: Skip interruptible raw mode test on Travis-CI --- test/excludes/TestIO_Console.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test/excludes') 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') -- cgit v1.2.3