diff --git a/test/irb/test_context.rb b/test/irb/test_context.rb index a32b1fc97a..f3d0626caa 100644 --- a/test/irb/test_context.rb +++ b/test/irb/test_context.rb @@ -106,6 +106,7 @@ module TestIRB end def test_eval_input_raise2x + skip if RUBY_ENGINE == 'truffleruby' input = TestInputMethod.new([ "raise 'Foo'\n", "raise 'Bar'\n",