about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-03-16 20:10:12 -0700
committerEric Wong <normalperson@yhbt.net>2011-03-16 20:10:12 -0700
commit3c6aee0e33c53d0f270b1ceb40efe6ed29fa9232 (patch)
tree02baffad9a04313508db85531c7dee46d71c21a1
parent7e3b385eb433a5b23da5742ca69804f34837f947 (diff)
downloadraindrops-3c6aee0e33c53d0f270b1ceb40efe6ed29fa9232.tar.gz
It takes too long
-rw-r--r--test/test_raindrops_gc.rb3
1 files changed, 2 insertions, 1 deletions
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