1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

skip continuous failure test.

On mingw this test fails and not solved long time, so skip it.
Please revert it when it solved.

https://ci.appveyor.com/project/ruby/ruby/builds/29458671/job/9nbcjnfe6p0xnxoe
This commit is contained in:
Koichi Sasada 2019-12-11 16:48:19 +09:00
parent 1269157a6e
commit eb9c007053

View file

@ -580,6 +580,8 @@ module BasetestReadline
def test_simple_completion
skip "Skip Editline" if /EditLine/n.match(Readline::VERSION)
skip if /mingw/ =~ RUBY_DESCRIPTION # TODO: skip continuous failure.
line = nil
open(IO::NULL, 'w') do |null|