From 70d80e87eb001e8ae3d3ba6cf4bc3b9c8538599d Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Sun, 5 May 2024 10:31:23 -0700 Subject: [PATCH] playwright should ignore unit tests --- playwright.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/playwright.config.js b/playwright.config.js index e1602d8a4ac..87b7f203a17 100644 --- a/playwright.config.js +++ b/playwright.config.js @@ -32,6 +32,7 @@ const config = { }, ], retries: IS_CI ? 4 : 1, + testIgnore: /\/__tests__\/unit\//, timeout: 150000, use: { navigationTimeout: 30000,