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
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…
x
Reference in New Issue
Block a user