Revert "Try to run test_interrupt_in_other_thread with Editline"

This reverts commit c66b27efbb.
This commit is contained in:
aycabta 2021-08-12 19:47:41 +09:00
Родитель c66b27efbb
Коммит 5196b171d9
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -477,9 +477,10 @@ module BasetestReadline
end
end
# TODO Green CI for arm32-linux (Travis CI) and Readline 7.0.
# TODO Green CI for arm32-linux (Travis CI), Editline, and Readline 7.0.
def test_interrupt_in_other_thread
# Readline 7.0 can't treat I/O that is not tty.
# Editline and Readline 7.0 can't treat I/O that is not tty.
omit "Skip Editline" if /EditLine/n.match(Readline::VERSION)
omit "Skip Readline 7.0" if Readline::VERSION == "7.0"
omit unless respond_to?(:assert_ruby_status)
omit if /mswin|mingw/ =~ RUBY_PLATFORM