mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
3863b7776f
commit
838f1f61bf
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue