summaryrefslogtreecommitdiff
path: root/test/ruby/test_gc_compact.rb
diff options
context:
space:
mode:
authortenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-20 22:25:59 +0000
committertenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-20 22:25:59 +0000
commit838f1f61bfd31861a8ddc470e33cf21ee866ad7b (patch)
tree51c5efb8421f5bc73f7fe7059219540ad8d4af19 /test/ruby/test_gc_compact.rb
parent3863b7776f68821e5a873fd3a73886a2eb377845 (diff)
skip test until we can guarantee movement of certain objects
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67650 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_gc_compact.rb')
-rw-r--r--test/ruby/test_gc_compact.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ruby/test_gc_compact.rb b/test/ruby/test_gc_compact.rb
index 8d27efcec0..a1e037b70b 100644
--- a/test/ruby/test_gc_compact.rb
+++ b/test/ruby/test_gc_compact.rb
@@ -73,6 +73,8 @@ class TestGCCompact < Test::Unit::TestCase
end
def test_find_collided_object
+ skip "figure out how to guarantee move"
+
list_of_objects, addresses, new_tenant = try_to_move_objects
# This is the object that used to be in new_object's position