[ruby/io-console] Skip Interrupt test on Linux
Hangs up only in ruby/ruby on Travis-CI. https://github.com/ruby/io-console/commit/de39aa6dd6
This commit is contained in:
parent
f054f11a38
commit
c147eeff7c
@ -352,7 +352,7 @@ defined?(PTY) and defined?(IO.console) and TestIO_Console.class_eval do
|
||||
if cc = ctrl["intr"]
|
||||
assert_ctrl("#{cc.ord}", cc, r, w)
|
||||
assert_ctrl("#{cc.ord}", cc, r, w)
|
||||
assert_ctrl("Interrupt", cc, r, w)
|
||||
assert_ctrl("Interrupt", cc, r, w) unless /linux/ =~ RUBY_PLATFORM
|
||||
end
|
||||
if cc = ctrl["dsusp"]
|
||||
assert_ctrl("#{cc.ord}", cc, r, w)
|
||||
|
Loading…
x
Reference in New Issue
Block a user