mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 12:34:21 +00:00
Skip a reline test hanging on Wercker since 3b7862c8e8
like https://app.wercker.com/ruby/ruby/runs/mjit-test1/5cedad11105780001c4e7001?step=5cedaf6b48fad200076fe77b
This commit is contained in:
parent
67f75d5b43
commit
f0d1dc5cee
@ -423,6 +423,7 @@ module BasetestReadline
|
||||
|
||||
def test_input_metachar
|
||||
skip "Skip Editline" if /EditLine/n.match(Readline::VERSION)
|
||||
skip "This hangs on Wercker environment since 3b7862c8e8" if RubyVM::MJIT.enabled?
|
||||
skip("Won't pass on mingw w/readline 7.0.005 [ruby-core:45682]") if mingw?
|
||||
bug6601 = '[ruby-core:45682]'
|
||||
Readline::HISTORY << "hello"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user