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

test/excludes: expensive tests

* test/excludes/TestConst.rb: skip very expensive test.

* test/excludes/TestThread.rb: ditto.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50435 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2015-05-06 22:46:52 +00:00
parent 81c83f55e7
commit 93ce79dc34
2 changed files with 2 additions and 0 deletions

View file

@ -0,0 +1 @@
exclude :test_redefinition_memory_leak, 'often too expensive'

View file

@ -0,0 +1 @@
exclude /_stack_size$/, 'often too expensive'