summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKoichi Sasada <ko1@atdot.net>2019-12-11 16:48:19 +0900
committerKoichi Sasada <ko1@atdot.net>2019-12-11 16:49:08 +0900
commiteb9c0070535bc088ab2921613830ba983bfe07a1 (patch)
tree7d8ed64e146bfef8e6fe2786b9e76a4a56e63b71 /test
parent1269157a6e46895c0eda2ea202d44790bbe815c8 (diff)
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
Diffstat (limited to 'test')
-rw-r--r--test/readline/test_readline.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/readline/test_readline.rb b/test/readline/test_readline.rb
index 0b0d66fa34..60be910bec 100644
--- a/test/readline/test_readline.rb
+++ b/test/readline/test_readline.rb
@@ -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|