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:
parent
81c83f55e7
commit
93ce79dc34
2 changed files with 2 additions and 0 deletions
1
test/excludes/TestConst.rb
Normal file
1
test/excludes/TestConst.rb
Normal file
|
@ -0,0 +1 @@
|
|||
exclude :test_redefinition_memory_leak, 'often too expensive'
|
1
test/excludes/TestThread.rb
Normal file
1
test/excludes/TestThread.rb
Normal file
|
@ -0,0 +1 @@
|
|||
exclude /_stack_size$/, 'often too expensive'
|
Loading…
Add table
Add a link
Reference in a new issue