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

Skip malicious extension test with mswin platform.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67171 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2019-03-06 02:08:20 +00:00
parent ad398b7e0c
commit d4303528d3

View file

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