From 93ce79dc34641674b2ffe095fbed3bff3db247ce Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 6 May 2015 22:46:52 +0000 Subject: test/excludes: expensive tests * test/excludes/TestConst.rb: skip very expensive test. * test/excludes/TestThread.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50435 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/excludes/TestConst.rb | 1 + test/excludes/TestThread.rb | 1 + 2 files changed, 2 insertions(+) create mode 100644 test/excludes/TestConst.rb create mode 100644 test/excludes/TestThread.rb (limited to 'test') diff --git a/test/excludes/TestConst.rb b/test/excludes/TestConst.rb new file mode 100644 index 0000000000..14eea5be3e --- /dev/null +++ b/test/excludes/TestConst.rb @@ -0,0 +1 @@ +exclude :test_redefinition_memory_leak, 'often too expensive' diff --git a/test/excludes/TestThread.rb b/test/excludes/TestThread.rb new file mode 100644 index 0000000000..ea7269f7c4 --- /dev/null +++ b/test/excludes/TestThread.rb @@ -0,0 +1 @@ +exclude /_stack_size$/, 'often too expensive' -- cgit v1.2.3