summaryrefslogtreecommitdiff
path: root/test/excludes/TestConst.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-09-03 05:22:41 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-09-03 05:22:41 +0000
commitd41838c8d4c5b6fe956b07ade79f2d4954fd7c68 (patch)
tree64545ce620ffccff70889a014ef907edc8c1411e /test/excludes/TestConst.rb
parent58431c659530f7be27138abbd802dd42c1acdb5d (diff)
common.mk: exclude memory leak tests
* common.mk (TEST_EXCLUDES): exclude tests for memory leak, often too expensive and/or false-positive. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51744 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/excludes/TestConst.rb')
-rw-r--r--test/excludes/TestConst.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/excludes/TestConst.rb b/test/excludes/TestConst.rb
deleted file mode 100644
index 14eea5be3e..0000000000
--- a/test/excludes/TestConst.rb
+++ /dev/null
@@ -1 +0,0 @@
-exclude :test_redefinition_memory_leak, 'often too expensive'