diff options
author | Petr Špaček <petr.spacek@nic.cz> | 2020-06-30 17:26:35 +0200 |
---|---|---|
committer | Petr Špaček <petr.spacek@nic.cz> | 2020-07-08 08:42:07 +0200 |
commit | 9b9fb246211d3ff10417b4c7b6154baa96716138 (patch) | |
tree | 388dc5a7e01ed7804149dda9388a27badc89bd6c /tests | |
parent | Merge !1012: don't drop capabilities when running as root (diff) | |
download | knot-resolver-9b9fb246211d3ff10417b4c7b6154baa96716138.tar.xz knot-resolver-9b9fb246211d3ff10417b4c7b6154baa96716138.zip |
config tests: do not load and detect_time_skew and ta_update modules
It was only generating noise in test logs, especially when network is
not abvailable/is intentionally disabled.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/config/test.cfg | 2 |
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) |