ruby-changes:59297
From: Nobuyoshi <ko1@a...>
Date: Tue, 17 Dec 2019 17:57:21 +0900 (JST)
Subject: [ruby-changes:59297] 65731a1330 (master): Skip interruptible raw mode test on Travis-CI
https://git.ruby-lang.org/ruby.git/commit/?id=65731a1330 From 65731a1330ed02691e3c343d2feeb8d0a72af3fd Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Tue, 17 Dec 2019 17:18:42 +0900 Subject: Skip interruptible raw mode test on Travis-CI diff --git a/test/excludes/TestIO_Console.rb b/test/excludes/TestIO_Console.rb index caf1935..2ccc352 100644 --- a/test/excludes/TestIO_Console.rb +++ b/test/excludes/TestIO_Console.rb @@ -1,2 +1,3 @@ https://github.com/ruby/ruby/blob/trunk/test/excludes/TestIO_Console.rb#L1 # frozen_string_literal: false exclude(:test_getpass, 'not portable') +exclude(:test_intr, 'hangs up only on Travis CI') -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/