Skip to content

Commit

Permalink
Omit on JRuby
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Dec 2, 2022
1 parent b6fa72a commit d00b8df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/io/console/test_io_console.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def test_failed_path
end

def test_bad_keyword
omit if RUBY_ENGINE == 'jruby'
assert_raise_with_message(ArgumentError, /unknown keyword:.*bad/) do
File.open(IO::NULL) do |f|
f.raw(bad: 0)
Expand Down

0 comments on commit d00b8df

Please sign in to comment.