mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Skip instead of return
This commit is contained in:
parent
b43d6e5709
commit
c400c0b4a0
1 changed files with 2 additions and 1 deletions
|
@ -111,7 +111,8 @@ class TestGCCompact < Test::Unit::TestCase
|
|||
|
||||
GC.verify_compaction_references(toward: :empty)
|
||||
|
||||
return
|
||||
skip "time consuming"
|
||||
|
||||
new_tenants = 10.times.map {
|
||||
find_object_in_recycled_slot(addresses)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue