Skip to content

Commit

Permalink
test_io_console.rbL399 is also randomly failing same as bfc697f
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jul 28, 2022
1 parent 98e01c9 commit 202ce7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/io/console/test_io_console.rb
Expand Up @@ -395,7 +395,7 @@ def test_intr
assert_ctrl("#{cc.ord}", cc, r, w)
assert_ctrl("#{cc.ord}", cc, r, w)
end
if cc = ctrl["lnext"]
if cc = ctrl["lnext"] && /freebsd/ !~ RUBY_PLATFORM
assert_ctrl("#{cc.ord}", cc, r, w)
assert_ctrl("#{cc.ord}", cc, r, w)
assert_ctrl("#{cc.ord}", cc, r, w)
Expand Down

0 comments on commit 202ce7d

Please sign in to comment.