1
0
Fork 0
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:
Nobuyoshi Nakada 2019-06-30 09:46:58 +09:00
parent b43d6e5709
commit c400c0b4a0
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -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)
}