aboutsummaryrefslogtreecommitdiffstats
path: root/test/excludes
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-16 06:45:16 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-16 06:45:16 +0000
commitc2ed1edebbc21a4a560680a1bbad6bb6a9098c5b (patch)
tree8313bc2d1b2b20430001d4d4200486b3c5e73802 /test/excludes
parent1d66574aa96ef387decb7d60304a74358a26fc73 (diff)
downloadruby-c2ed1edebbc21a4a560680a1bbad6bb6a9098c5b.tar.gz
appveyor.yml: give up running test_push_over_ary_max
because separately running it without -j didn't work. Revert "appveyor.yml: run memory-exchausting test separately" This reverts commit r65703. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65760 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/excludes')
-rw-r--r--test/excludes/_appveyor/TestArray.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/excludes/_appveyor/TestArray.rb b/test/excludes/_appveyor/TestArray.rb
new file mode 100644
index 0000000000..027ffd45cd
--- /dev/null
+++ b/test/excludes/_appveyor/TestArray.rb
@@ -0,0 +1,3 @@
+# 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')