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:
Takashi Kokubun 2019-05-29 08:08:33 +09:00
parent 67f75d5b43
commit f0d1dc5cee
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD

View File

@ -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"