From 65eba4a681cb8cb26007764e23e6ac5f180302b7 Mon Sep 17 00:00:00 2001 From: Bernd Schoolmann Date: Thu, 1 Jan 2026 14:52:16 +0100 Subject: [PATCH] Remove CI maxworkers workaround when running in CI --- jest.config.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/jest.config.js b/jest.config.js index 37d15eb8f92..3f0649aa634 100644 --- a/jest.config.js +++ b/jest.config.js @@ -61,9 +61,4 @@ module.exports = { "/libs/vault/jest.config.js", "/libs/subscription/jest.config.js", ], - - // Workaround for a memory leak that crashes tests in CI: - // https://github.com/facebook/jest/issues/9430#issuecomment-1149882002 - // Also anecdotally improves performance when run locally - maxWorkers: 3, };