From c400c0b4a00706a0da33664c1898e15f1aba0eec Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sun, 30 Jun 2019 09:46:58 +0900 Subject: Skip instead of return --- test/ruby/test_gc_compact.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/ruby/test_gc_compact.rb') 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) } -- cgit v1.2.3