Skip on Windows now when using reline because it causes hang of whole tests
This commit is contained in:
parent
5a83a1d554
commit
830e40ee05
@ -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…
x
Reference in New Issue
Block a user