Skip NotAllowed test until livekit allows to detect that again

This commit is contained in:
Valere
2026-04-15 10:28:19 +02:00
parent 07e3dc1ca4
commit 68518e323e

View File

@@ -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,
}) => {