From 5c45fd845495066f4e9cd36b82c26c06299b6f7e Mon Sep 17 00:00:00 2001 From: Arran Cudbard-Bell Date: Sat, 2 Sep 2023 10:39:31 -0600 Subject: [PATCH] Revert "as a temporary hack, just skip the LDAP tests" This reverts commit 031246dbe0235f462f1b0d11a02a10c27474f111. --- src/tests/modules/all.mk | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/tests/modules/all.mk b/src/tests/modules/all.mk index 9e1ad66e4f2ab..71fe6177c89bf 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.