Skip to content

Commit

Permalink
Exclude truffleruby from the test for failure of operating_system.rb
Browse files Browse the repository at this point in the history
truffleruby does not raise any error when requiring `rubygems`.
  • Loading branch information
daniel-niknam committed Aug 8, 2021
1 parent 0a97e12 commit 21e2fcd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/rubygems/test_rubygems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ def test_rubygems_normal_behaviour
end

def test_operating_system_other_exceptions
pend "does not apply to truffleruby" if RUBY_ENGINE == 'truffleruby'

path = util_install_operating_system_rb <<-RUBY
intentional synt'ax error
RUBY
Expand Down

0 comments on commit 21e2fcd

Please sign in to comment.