From f3ba295ae7fc95c7d36369e1529c3e8c083e9ade Mon Sep 17 00:00:00 2001 From: k0kubun Date: Tue, 20 Nov 2018 12:01:18 +0000 Subject: test/excludes/_appveyor: exclude AppVeyor killer git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65886 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/excludes/_appveyor/TestArray.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/excludes') 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') -- cgit v1.2.3