From: Alan T. DeKok Date: Thu, 7 Sep 2023 18:02:36 +0000 (-0400) Subject: don't run unbound tests on OSX X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c549ec4d41be00ea759beb1ecf99612127d89b6d;p=thirdparty%2Ffreeradius-server.git don't run unbound tests on OSX it fails in CI, and we don't care enough to fix it --- diff --git a/src/tests/modules/all.mk b/src/tests/modules/all.mk index 71fe6177c89..7c0d0b13cf4 100644 --- a/src/tests/modules/all.mk +++ b/src/tests/modules/all.mk @@ -18,6 +18,8 @@ FILES_SKIP := # ifeq "$(findstring apple,$(AC_HOSTINFO))" "" FILES_SKIP += $(filter icmp/%,$(FILES)) +else + FILES_SKIP += $(filter unbound/%,$(FILES)) endif #