Skip to content

Commit

Permalink
[ruby/io-console] Skip cursor position test on Solaris
Browse files Browse the repository at this point in the history
It results in a mysterious failure.

ruby/io-console@e3543c3da4
  • Loading branch information
nobu committed Sep 24, 2019
1 parent 0e84eec commit 5294ded
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/io/console/test_io_console.rb
Expand Up @@ -282,6 +282,7 @@ def test_set_winsize_invalid_dev
end

def test_cursor_position
skip if /solaris/ =~ RUBY_PLATFORM
run_pty("#{<<~"begin;"}\n#{<<~'end;'}") do |r, w, _|
begin;
con = IO.console
Expand Down

0 comments on commit 5294ded

Please sign in to comment.