test(gateway): avoid stuck gateway-server fork shard

This commit is contained in:
Vincent Koc
2026-05-02 20:10:05 -07:00
parent 2e593d07f7
commit 3ad0ad994a

View File

@@ -21,7 +21,6 @@ export function createGatewayServerVitestConfig(env?: Record<string, string | un
"src/gateway/sessions-history-http.test.ts",
],
name: "gateway-server",
pool: "forks",
},
);
}