Skip to content

Commit 5e00a0a

Browse files
committed
skip a failling test on TruffleRuby
* due to the difference of backtrace pointed out by @aycabta
1 parent fcf6b34 commit 5e00a0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/irb/test_context.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ def test_eval_input
106106
end
107107

108108
def test_eval_input_raise2x
109+
skip if RUBY_ENGINE == 'truffleruby'
109110
input = TestInputMethod.new([
110111
"raise 'Foo'\n",
111112
"raise 'Bar'\n",

0 commit comments

Comments
 (0)