From bfb965209ce24dda3c4b9ce5419e7e743345a3ef Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Wed, 18 Dec 2024 16:29:05 -0800 Subject: [PATCH] chore(bidi): no retries on CI This will help to save time that is spent on retries, otherwise we run out of 1h budget on CI when running failing tests. --- tests/bidi/playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bidi/playwright.config.ts b/tests/bidi/playwright.config.ts index 39df88f537..adaef490ea 100644 --- a/tests/bidi/playwright.config.ts +++ b/tests/bidi/playwright.config.ts @@ -58,7 +58,7 @@ const config: Config