From d0a2618b69709286e835562d958c9faf2c52a3cc Mon Sep 17 00:00:00 2001 From: Giamir Buoncristiani Date: Mon, 6 Nov 2023 13:37:11 +0100 Subject: [PATCH] test(config): remove concurrent browsers config This is an attempt to reduce the recent flakiness of our pipeline --- web-test-runner.config.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/web-test-runner.config.mjs b/web-test-runner.config.mjs index 23cc6b7fdd..951fc14041 100644 --- a/web-test-runner.config.mjs +++ b/web-test-runner.config.mjs @@ -81,7 +81,6 @@ export default { files: "lib/**/*.visual.test.ts", }, ], - concurrentBrowsers: 3, testsFinishTimeout: 60 * 1000 * 5, // 5 minutes // animation disable CSS taken from https://github.com/microsoft/playwright/issues/7548#issuecomment-881897256