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:
parent
1269157a6e
commit
eb9c007053
1 changed files with 2 additions and 0 deletions
|
@ -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|
|
||||
|
|
Loading…
Add table
Reference in a new issue