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,