Skip to content

Commit

Permalink
skip continuous failure test.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ko1 committed Dec 11, 2019
1 parent 1269157 commit eb9c007
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/readline/test_readline.rb
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,8 @@ def test_using_quoting_detection_proc_with_multibyte_input

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|
Expand Down

0 comments on commit eb9c007

Please sign in to comment.