From d752539a6f712568eb019b454f0411fe363b8c55 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Wed, 18 Dec 2019 10:01:12 +0000 Subject: [PATCH] Do not try to resolve client host names during the tests. This occasionally leads to false-negatives during the CI testing (the CI cannot always resolve the hostnames). Signed-off-by: DL6ER --- test/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run.sh b/test/run.sh index 6e8a1bf9..808e31e3 100755 --- a/test/run.sh +++ b/test/run.sh @@ -32,7 +32,7 @@ sqlite3 /etc/pihole/gravity.db < test/gravity.db.sql echo "BLOCKING_ENABLED=true" > /etc/pihole/setupVars.conf # Prepare pihole-FTL.conf -echo "DEBUG_ALL=true" > /etc/pihole/pihole-FTL.conf +echo "DEBUG_ALL=true\nRESOLVE_IPV4=no\nRESOLVE_IPV6=no" > /etc/pihole/pihole-FTL.conf # Prepare dnsmasq.conf echo -e "log-queries\nlog-facility=/var/log/pihole.log" > /etc/dnsmasq.conf