From: Alexander Moisseev Date: Fri, 15 Aug 2025 06:43:51 +0000 (+0300) Subject: [Minor] Enable multimap module in WebUI E2E workflow X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F5574%2Fhead;p=thirdparty%2Frspamd.git [Minor] Enable multimap module in WebUI E2E workflow --- diff --git a/.github/workflows/ci_webui_e2e_playwright.yml b/.github/workflows/ci_webui_e2e_playwright.yml index 2d32a52796..b214fcee0b 100644 --- a/.github/workflows/ci_webui_e2e_playwright.yml +++ b/.github/workflows/ci_webui_e2e_playwright.yml @@ -58,8 +58,6 @@ jobs: type = "console"; level = "error"; EOF - # Disable multimap module to prevent hyperscan cache issues at runtime - echo 'enabled = false;' > ${PREFIX}/etc/rspamd/local.d/multimap.conf # Disable redis dependent modules for WebUI tests echo 'redis { enabled = false; }' > ${PREFIX}/etc/rspamd/local.d/modules.conf chmod +x ${PREFIX}/bin/rspamd