From 285e93871168720742f5b631a2acce775c671d12 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 23 Nov 2010 12:52:43 -0800 Subject: test: disable expensive tests by default We don't need then normally. --- test/test_tc_hdb.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3-24-ge0c7