1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/irb] skip a failling test on TruffleRuby

* due to the difference of backtrace pointed out by @aycabta

5e00a0ae61
This commit is contained in:
Nobuhiro IMAI 2021-01-16 07:44:25 +09:00 committed by aycabta
parent d290a02bd7
commit 166f33d0d1

View file

@ -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",