From 6566225033a70befeb30e17f6138cf5f34ea52d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicki=20K=C5=99=C3=AD=C5=BEek?= Date: Fri, 4 Jul 2025 15:41:04 +0200 Subject: [PATCH] Remove unstable check from digdelv test The code which checks for both IPv4 and IPv6 mixed usage is inherently unstable, since the address family is chosen randomly for each connection. Closes #5406 (cherry picked from commit b98660e93e3925a0cb2ef57b0481ef4640ce4dc5) --- bin/tests/system/digdelv/tests.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/bin/tests/system/digdelv/tests.sh b/bin/tests/system/digdelv/tests.sh index 79db74f8ed..071929a542 100644 --- a/bin/tests/system/digdelv/tests.sh +++ b/bin/tests/system/digdelv/tests.sh @@ -1759,15 +1759,6 @@ if [ -x "$DELV" ]; then status=$((status + ret)) if testsock6 fd92:7065:b8e:ffff::2 2>/dev/null; then - n=$((n + 1)) - echo_i "checking delv +ns uses both address families ($n)" - ret=0 - delv_with_opts -a ns1/anchor.dnskey +root +ns +hint=root.hint a a.example >delv.out.test$n || ret=1 - grep -qF 'sending packet to 10.53' delv.out.test$n >/dev/null || ret=1 - grep -qF 'sending packet to fd92:7065' delv.out.test$n >/dev/null || ret=1 - if [ $ret -ne 0 ]; then echo_i "failed"; fi - status=$((status + ret)) - n=$((n + 1)) echo_i "checking delv -4 +ns uses only IPv4 ($n)" ret=0