mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05: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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue