diff --git a/apps/dsm/mods/Makefile b/apps/dsm/mods/Makefile index ac35b388..ed3fd95c 100644 --- a/apps/dsm/mods/Makefile +++ b/apps/dsm/mods/Makefile @@ -6,6 +6,10 @@ include $(COREPATH)/../Makefile.defs exclude_dsm_modules ?= mod_mysql mod_aws mod_curl mod_xml mod_py +ifeq ($(TEST_ENVIRONMENT), yes) + exclude_dsm_modules += mod_swrating +endif + ifneq ($(USE_MONITORING), yes) exclude_dsm_modules += mod_monitoring endif