From 21ed929e157f1b859534de421a9e3641a2ec22c8 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 2 Dec 2022 18:43:19 +0900 Subject: [PATCH] [ruby/io-console] Omit on JRuby https://github.com/ruby/io-console/commit/9122c181eb --- test/io/console/test_io_console.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/io/console/test_io_console.rb b/test/io/console/test_io_console.rb index ea23db5b4b..3f4b64bbcd 100644 --- a/test/io/console/test_io_console.rb +++ b/test/io/console/test_io_console.rb @@ -51,6 +51,7 @@ class TestIO_Console < Test::Unit::TestCase 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)