mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Skip on Windows now when using reline because it causes hang of whole tests
This commit is contained in:
parent
5a83a1d554
commit
830e40ee05
1 changed files with 2 additions and 1 deletions
|
@ -688,4 +688,5 @@ class TestReadline < Test::Unit::TestCase
|
|||
SRC
|
||||
return true
|
||||
end
|
||||
end if defined?(::Readline)
|
||||
end if defined?(::Readline) && !(/mswin|mingw/ =~ RUBY_PLATFORM && defined?(Reline) && Readline == Reline)
|
||||
# skip on Windows now when using reline because it causes hang of whole tests
|
||||
|
|
Loading…
Reference in a new issue