From 356c62b81d9c4edc598a647b79e371d282ed6e53 Mon Sep 17 00:00:00 2001 From: Aleksi Ahtiainen Date: Mon, 21 Oct 2024 15:26:21 +0300 Subject: [PATCH] WIP --- omadata-oauth2-sample/client/playwright.config.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/omadata-oauth2-sample/client/playwright.config.ts b/omadata-oauth2-sample/client/playwright.config.ts index 9ecab28b693..b537f4257a5 100644 --- a/omadata-oauth2-sample/client/playwright.config.ts +++ b/omadata-oauth2-sample/client/playwright.config.ts @@ -26,8 +26,7 @@ export default defineConfig({ fullyParallel: true, /* Fail the build on CI if you accidentally left test.only in the source code. */ forbidOnly: !!process.env.CI, - /* Retry on CI only */ - retries: process.env.CI ? 2 : 0, + retries: process.env.CI ? 1 : 0, /* Opt out of parallel tests on CI. */ workers: process.env.CI ? 1 : undefined, /* Reporter to use. See https://playwright.dev/docs/test-reporters */