about summary refs log tree commit
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-11-23 12:52:43 -0800
committerEric Wong <normalperson@yhbt.net>2010-11-23 12:52:43 -0800
commit285e93871168720742f5b631a2acce775c671d12 (patch)
tree8a507a67e9299ea03d536e7009fd8b86da9060c7
parente232eef239952d94220d87ae9be5b27690fe6699 (diff)
downloadmetropolis-285e93871168720742f5b631a2acce775c671d12.tar.gz
test: disable expensive tests by default
We don't need then normally.
-rw-r--r--test/test_tc_hdb.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_tc_hdb.rb b/test/test_tc_hdb.rb
index 0ca7446..ccff861 100644
--- a/test/test_tc_hdb.rb
+++ b/test/test_tc_hdb.rb
@@ -128,7 +128,7 @@ class Test_TC_HDB < Test::Unit::TestCase
     res = Process.waitall
     assert_equal nr, res.size
     res.each { |(pid, status)| assert status.success? }
-  end
+  end if ENV["TEST_EXPENSIVE"]
 
   def test_readonly
     key = "x"