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:
parent
d290a02bd7
commit
166f33d0d1
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue