summaryrefslogtreecommitdiff
path: root/test/ruby/test_gc_compact.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-06-30 09:46:58 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-06-30 11:45:38 +0900
commitc400c0b4a00706a0da33664c1898e15f1aba0eec (patch)
treee324d8868dd5bcffe28a80aad423504719b9b5c2 /test/ruby/test_gc_compact.rb
parentb43d6e570980a4f5d6f4c20de29024dc5df93472 (diff)
Skip instead of return
Diffstat (limited to 'test/ruby/test_gc_compact.rb')
-rw-r--r--test/ruby/test_gc_compact.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/ruby/test_gc_compact.rb b/test/ruby/test_gc_compact.rb
index 4228ceeb1d..ca4a285b70 100644
--- a/test/ruby/test_gc_compact.rb
+++ b/test/ruby/test_gc_compact.rb
@@ -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)
}