From 0ca76b05e07cc2f3f7158b0837441cfeb734f927 Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Mon, 31 Mar 2025 16:04:07 +0200 Subject: [PATCH] - Skip the unit tests for auth_tls.tdir and auth_tls_failcert.tdir. --- doc/Changelog | 1 + testdata/auth_tls.tdir/auth_tls.pre | 1 + testdata/auth_tls_failcert.tdir/auth_tls_failcert.pre | 1 + 3 files changed, 3 insertions(+) diff --git a/doc/Changelog b/doc/Changelog index 1bebdb7d0..3f97652e1 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -4,6 +4,7 @@ It reads changed config in a thread, then only briefly pauses the service threads, that keep running. DNS service is only interrupted briefly, less than a second. + - Skip the unit tests for auth_tls.tdir and auth_tls_failcert.tdir. 27 March 2025: Wouter - Fix unit test dname log printout typecast. diff --git a/testdata/auth_tls.tdir/auth_tls.pre b/testdata/auth_tls.tdir/auth_tls.pre index ebeee24c5..85ba8384a 100644 --- a/testdata/auth_tls.tdir/auth_tls.pre +++ b/testdata/auth_tls.tdir/auth_tls.pre @@ -5,6 +5,7 @@ [ -f .tpkg.var.test ] && source .tpkg.var.test . ../common.sh +skip_test "Skip test due to no UDP service for SOA query" PRE="../.." if test -n "$NSD"; then : diff --git a/testdata/auth_tls_failcert.tdir/auth_tls_failcert.pre b/testdata/auth_tls_failcert.tdir/auth_tls_failcert.pre index 519c363db..d8f0e624d 100644 --- a/testdata/auth_tls_failcert.tdir/auth_tls_failcert.pre +++ b/testdata/auth_tls_failcert.tdir/auth_tls_failcert.pre @@ -5,6 +5,7 @@ [ -f .tpkg.var.test ] && source .tpkg.var.test . ../common.sh +skip_test "Skip test due to no UDP service for SOA query" PRE="../.." if test -n "$NSD"; then : -- 2.47.3