about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-03-22 08:27:31 +0000
committerEric Wong <normalperson@yhbt.net>2012-03-22 08:28:02 +0000
commitec3be1488e53036a9a502fbb670ea584c41d5ade (patch)
tree837d404a1c1f8441861f1f48d1d91514488083fc
parente38bb616f8dc15ba3cf082388aca75ac449645e6 (diff)
downloadsleepy_penguin-ec3be1488e53036a9a502fbb670ea584c41d5ade.tar.gz
Tests run a lot faster, now, and this isn't functionality
we have to worry about often now that I better understand
MRI internals.
-rw-r--r--test/test_epoll.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_epoll.rb b/test/test_epoll.rb
index 2836a13..c96a733 100644
--- a/test/test_epoll.rb
+++ b/test/test_epoll.rb
@@ -460,5 +460,5 @@ class TestEpoll < Test::Unit::TestCase
     assert usr1 > 0, "usr1: #{usr1}"
     ensure
       trap(:USR1, "DEFAULT")
-  end
+  end if ENV["STRESS"].to_i != 0
 end