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
Родитель 81c83f55e7
Коммит 93ce79dc34
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

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

Просмотреть файл

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