diff options
author | k0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-11-20 12:01:18 +0000 |
---|---|---|
committer | k0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-11-20 12:01:18 +0000 |
commit | f3ba295ae7fc95c7d36369e1529c3e8c083e9ade (patch) | |
tree | dd5198d4f3a8d11469d6f7d51151dcd7f948e3ef /test/excludes | |
parent | 6f59255747ee930f43e60c223caefd4e037930b7 (diff) | |
download | ruby-f3ba295ae7fc95c7d36369e1529c3e8c083e9ade.tar.gz |
test/excludes/_appveyor: exclude AppVeyor killer
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65886 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/excludes')
-rw-r--r-- | test/excludes/_appveyor/TestArray.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/excludes/_appveyor/TestArray.rb b/test/excludes/_appveyor/TestArray.rb index 027ffd45cd..4917b54ba7 100644 --- a/test/excludes/_appveyor/TestArray.rb +++ b/test/excludes/_appveyor/TestArray.rb @@ -1,3 +1,5 @@ # https://ci.appveyor.com/project/ruby/ruby/builds/20339189/job/ltdpffep976xtj85 # `test_push_over_ary_max': failed to allocate memory (NoMemoryError) exclude(:test_push_over_ary_max, 'Sometimes AppVeyor has insufficient memory to run this test') +# https://ci.appveyor.com/project/ruby/ruby/builds/20427662/job/prq9i2lkfxv2j0uy +exclude(:test_splice_over_ary_max, 'Sometimes AppVeyor has insufficient memory to run this test') |