From a8e4097c4ce90f425554ae0ce73a2da3141a2af2 Mon Sep 17 00:00:00 2001 From: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com> Date: Mon, 12 Jan 2026 13:38:01 +0530 Subject: [PATCH] test: fix flaky (#26728) --- vitest.config.mts | 1 + 1 file changed, 1 insertion(+) diff --git a/vitest.config.mts b/vitest.config.mts index c48025adfb..c665589259 100644 --- a/vitest.config.mts +++ b/vitest.config.mts @@ -99,6 +99,7 @@ export default defineConfig({ setupFiles: ["./packages/testing/src/setupVitest.ts"], include: getTestInclude(), exclude: getTestExclude(), + pool: "forks", server: { deps: { inline: [/@calcom\/.*/],