Skip to content

Commit

Permalink
Add TODO comment to #test_interrupt_in_other_thread
Browse files Browse the repository at this point in the history
  • Loading branch information
aycabta committed Aug 11, 2021
1 parent c59da37 commit c06b39d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/readline/test_readline.rb
Expand Up @@ -477,6 +477,7 @@ def test_refresh_line
end
end

# TODO Green CI for arm32-linux (Travis CI), Editline, and Readline 7.0.
def test_interrupt_in_other_thread
# Editline and Readline 7.0 can't treat I/O that is not tty.
omit "Skip Editline" if /EditLine/n.match(Readline::VERSION)
Expand Down

0 comments on commit c06b39d

Please sign in to comment.