diff --git a/tests/webTestServer.ts b/tests/webTestServer.ts index 2753df1a7fa..5309d58f768 100644 --- a/tests/webTestServer.ts +++ b/tests/webTestServer.ts @@ -780,7 +780,6 @@ function startClient(server: http.Server) { const child = child_process.spawn(browserPath, [`http://localhost:${port}/tests/webTestResults.html${queryString}`], { stdio: "inherit" }); - child.on("exit", () => server.close()); } function printHelp() {