about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-03-10 02:12:46 +0000
committerEric Wong <normalperson@yhbt.net>2011-03-10 02:12:46 +0000
commit7ae6845bdaf1e969d42c6ff84c847b4a3263dae4 (patch)
treee4db987efbc1f60b33bab03e5b4ece964dbecedb
parent1fd99f288140556f2f02333a6e01002a77d1bfdb (diff)
downloadsleepy_penguin-7ae6845bdaf1e969d42c6ff84c847b4a3263dae4.tar.gz
Not needed for most cases.
-rw-r--r--test/test_epoll_gc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_epoll_gc.rb b/test/test_epoll_gc.rb
index 4a7c115..c00545d 100644
--- a/test/test_epoll_gc.rb
+++ b/test/test_epoll_gc.rb
@@ -44,4 +44,4 @@ class TestEpollGC < Test::Unit::TestCase
       end
     end while true
   end
-end
+end if ENV["GC_STRESS"].to_i != 0