From d9dc61a49dab6a3183fd6b0fcd0d8b3e906715f2 Mon Sep 17 00:00:00 2001 From: Valere Date: Thu, 23 Apr 2026 09:50:01 +0200 Subject: [PATCH] mark test as slow --- playwright/widget/hotswap-legacy-compat.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/playwright/widget/hotswap-legacy-compat.test.ts b/playwright/widget/hotswap-legacy-compat.test.ts index 667ae011..ed6f1508 100644 --- a/playwright/widget/hotswap-legacy-compat.test.ts +++ b/playwright/widget/hotswap-legacy-compat.test.ts @@ -27,6 +27,7 @@ import { HOST1, HOST2, TestHelpers } from "./test-helpers"; widgetTest( `Test swapping publisher from ${HOST1} to ${HOST2}`, async ({ addUser, browserName }) => { + test.slow(); test.skip( browserName === "firefox", "The is test is not working on firefox CI environment. No mic/audio device inputs so cam/mic are disabled",