From: Arran Cudbard-Bell Date: Sat, 2 Sep 2023 16:39:31 +0000 (-0600) Subject: Revert "as a temporary hack, just skip the LDAP tests" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c45fd845495066f4e9cd36b82c26c06299b6f7e;p=thirdparty%2Ffreeradius-server.git Revert "as a temporary hack, just skip the LDAP tests" This reverts commit 031246dbe0235f462f1b0d11a02a10c27474f111. --- diff --git a/src/tests/modules/all.mk b/src/tests/modules/all.mk index 9e1ad66e4f2..71fe6177c89 100644 --- a/src/tests/modules/all.mk +++ b/src/tests/modules/all.mk @@ -9,12 +9,7 @@ TEST := test.modules # at precursors. # FILES := $(patsubst $(DIR)/%.unlang,%,$(call FIND_FILES_SUFFIX,$(DIR),*.unlang)) -FILES_SKIP := - -# -# Temporarily skip LDAP tests until they pass. -# -FILES_SKIP += $(filter ldap/%,$(FILES)) +FILES_SKIP := # # Don't run icmp tests on Linux, they require setcap, or root.