diff options
author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-10-27 18:55:28 +0000 |
---|---|---|
committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-10-27 18:55:28 +0000 |
commit | 5f50a56efcff722192fd30c3f11c2c36768a101b (patch) | |
tree | f7244c8f0e94af6600b97e5aac3200bdf57739d4 /test/ruby/test_weakmap.rb | |
parent | 524e6608773198c1359fda8b1c570aaf85976572 (diff) | |
download | ruby-5f50a56efcff722192fd30c3f11c2c36768a101b.tar.gz |
skip tests temporarily
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60491 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_weakmap.rb')
-rw-r--r-- | test/ruby/test_weakmap.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ruby/test_weakmap.rb b/test/ruby/test_weakmap.rb index 15463bb030..cde186c5f3 100644 --- a/test/ruby/test_weakmap.rb +++ b/test/ruby/test_weakmap.rb @@ -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? |