mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[rubygems/rubygems] Exclude truffleruby from the test for failure of operating_system.rb
truffleruby does not raise any error when requiring `rubygems`. https://github.com/rubygems/rubygems/commit/21e2fcd0b2
This commit is contained in:
parent
aafc615b4a
commit
744e128ed9
Notes:
git
2021-08-31 19:07:10 +09:00
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ class GemTest < Gem::TestCase
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue