aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-27 18:55:28 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-27 18:55:28 +0000
commit739b4e280292f6bfe9e0f2e8d8ab5903251f4571 (patch)
treef7244c8f0e94af6600b97e5aac3200bdf57739d4 /test/ruby
parente18d44e0783ce5b29a82cc753c1837e9d928187e (diff)
downloadruby-739b4e280292f6bfe9e0f2e8d8ab5903251f4571.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')
-rw-r--r--test/ruby/test_weakmap.rb1
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?