From e204f700718a7a502bc98c8b65e6848e1c419975 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Wed, 25 Jul 2018 18:13:04 +0200 Subject: [PATCH] skip recursor SNMP testing in buildbot --- build-scripts/test-recursor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-scripts/test-recursor b/build-scripts/test-recursor index 0fcfc9db7..6c3164576 100755 --- a/build-scripts/test-recursor +++ b/build-scripts/test-recursor @@ -60,7 +60,7 @@ sleep 3 ./clean.sh cd ../regression-tests.recursor-dnssec -./runtests || EXIT=1 +./runtests -e SNMP || EXIT=1 ./printlogs.py || true exit $EXIT -- 2.40.0