skip tests temporarily

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60491 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2017-10-27 18:55:28 +00:00
parent 524e660877
commit 5f50a56efc

View File

@ -39,6 +39,7 @@ class TestWeakMap < Test::Unit::TestCase
x = nil
end
GC.start
skip # TODO: failure introduced from r60440
assert_not_send([@wm, m, k])
end
alias test_member? test_include?