Skip to content

Commit

Permalink
Revert "as a temporary hack, just skip the LDAP tests"
Browse files Browse the repository at this point in the history
This reverts commit 031246d.
  • Loading branch information
arr2036 committed Sep 2, 2023
1 parent 2ffa06e commit 5c45fd8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/tests/modules/all.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5c45fd8

Please sign in to comment.