From: Alan T. DeKok Date: Sun, 17 Sep 2023 20:16:26 +0000 (-0400) Subject: disable Perl tests until such time as it creates nested attrs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf04220e700956a71eace2ffae015835561a77cf;p=thirdparty%2Ffreeradius-server.git disable Perl tests until such time as it creates nested attrs --- diff --git a/src/tests/modules/all.mk b/src/tests/modules/all.mk index e24a61a3adf..cdbe835215f 100644 --- a/src/tests/modules/all.mk +++ b/src/tests/modules/all.mk @@ -22,6 +22,11 @@ else FILES_SKIP += $(filter unbound/%,$(FILES)) endif +# +# Disable Perl until such time as it is updated to create nested attributes +# +FILES_SKIP += $(filter unbound/%,$(FILES)) + # # Remove tests which are known to be slow, unless we want them to be run. #