summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-04 09:37:23 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-04 09:37:23 +0000
commitf49d2269222962ac903ab9eae9fa371d920e817e (patch)
treecbda9cfd4b022451eeec747997789483e60147bf /test
parentc28c20ee88d8908ff0b16c760148e94d059253d1 (diff)
test/excludes/_appveyor: exclude memory-inefficient
test which AppVeyor sometimes can't run. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66191 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/excludes/_appveyor/TestArray.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/excludes/_appveyor/TestArray.rb b/test/excludes/_appveyor/TestArray.rb
index 4917b54ba7..7d03833f07 100644
--- a/test/excludes/_appveyor/TestArray.rb
+++ b/test/excludes/_appveyor/TestArray.rb
@@ -1,5 +1,7 @@
# 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/20728419/job/o73q9fy1ojfibg5v
+exclude(:test_unshift_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')