diff --git a/ui-tests/playwright.config.js b/ui-tests/playwright.config.js index e115377..94da352 100644 --- a/ui-tests/playwright.config.js +++ b/ui-tests/playwright.config.js @@ -11,4 +11,5 @@ module.exports = { timeout: 120 * 1000, reuseExistingServer: !process.env.CI, }, + retries: process.env.CI ? 1 : 0 };