From 68518e323e9ef8b7807b7c2460646c31b0e0a00a Mon Sep 17 00:00:00 2001 From: Valere Date: Wed, 15 Apr 2026 10:28:19 +0200 Subject: [PATCH] Skip NotAllowed test until livekit allows to detect that again --- playwright/errors.spec.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/playwright/errors.spec.ts b/playwright/errors.spec.ts index 23f6e29f..607384f5 100644 --- a/playwright/errors.spec.ts +++ b/playwright/errors.spec.ts @@ -75,7 +75,9 @@ test("Should automatically retry non fatal JWT errors", async ({ await expect(page.getByTestId("video").first()).toBeVisible(); }); -test("Should show error screen if call creation is restricted", async ({ +// We skip this test for now as it appears the livekit does not let us +// detect and handle NotAllowed errors anymore. https://github.com/livekit/client-sdk-js/issues/1883 +test.skip("Should show error screen if call creation is restricted", async ({ page, browserName, }) => {