From d4303528d39d38ae2141f13064e82a7908df4f14 Mon Sep 17 00:00:00 2001 From: hsbt Date: Wed, 6 Mar 2019 02:08:20 +0000 Subject: Skip malicious extension test with mswin platform. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67171 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rubygems/test_gem_installer.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/rubygems/test_gem_installer.rb b/test/rubygems/test_gem_installer.rb index b16404f2b9..163867cdf1 100644 --- a/test/rubygems/test_gem_installer.rb +++ b/test/rubygems/test_gem_installer.rb @@ -1498,6 +1498,8 @@ gem 'other', version end def test_pre_install_checks_malicious_extensions_before_eval + skip "mswin environment disallow to create file contained the carriage return code." if Gem.win_platform? + spec = util_spec "malicious", '1' def spec.full_name # so the spec is buildable "malicious-1" -- cgit v1.2.3