summaryrefslogtreecommitdiff
path: root/test/ruby/test_gc_compact.rb
diff options
context:
space:
mode:
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)
}