Skip to content

Commit 7f1743a

Browse files
remove call to close the playwright browser in fixture tests as this can cause tests to hang (#9936)
1 parent 2765b88 commit 7f1743a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

fixtures/workers-with-assets-static-routing/test/index.test.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,6 @@ describe("[Workers + Assets] static routing", () => {
8686
});
8787
}, 40_000);
8888

89-
afterAll(async () => {
90-
await browser?.close();
91-
});
92-
9389
it("renders the root with index.html", async ({ expect }) => {
9490
if (!browser) {
9591
throw new Error("Browser couldn't be initialized");

0 commit comments

Comments
 (0)