about summary refs log tree commit homepage
diff options
context:
space:
mode:
-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