summaryrefslogtreecommitdiffstats
path: root/tests/config/test.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tests/config/test.cfg')
-rw-r--r--tests/config/test.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/config/test.cfg b/tests/config/test.cfg
index eac6e8d8..3d169913 100644
--- a/tests/config/test.cfg
+++ b/tests/config/test.cfg
@@ -13,8 +13,10 @@ for k, v in pairs(tapered) do
end
-- don't send priming queries etc.
+modules.unload 'detect_time_skew'
modules.unload 'priming'
modules.unload 'ta_signal_query'
+modules.unload 'ta_update'
-- load test
local tests = dofile(env.TEST_FILE)