From 3c6aee0e33c53d0f270b1ceb40efe6ed29fa9232 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 16 Mar 2011 20:10:12 -0700 Subject: [PATCH] test_raindrops_gc: disable by default It takes too long --- test/test_raindrops_gc.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/test_raindrops_gc.rb b/test/test_raindrops_gc.rb index 9a36027..2098129 100644 --- a/test/test_raindrops_gc.rb +++ b/test/test_raindrops_gc.rb @@ -34,4 +34,5 @@ class TestRaindropsGc < Test::Unit::TestCase assert status.success? assert_equal [ 0, 2 ], tmp.to_ary end -end if !defined?(RUBY_ENGINE) || RUBY_ENGINE == "ruby" +end if !defined?(RUBY_ENGINE) || RUBY_ENGINE == "ruby" && + ENV["STRESS"].to_i != 0 -- 2.11.4.GIT