diff --git a/apps/web/playwright/auth/forgot-password.test.ts b/apps/web/playwright/auth/forgot-password.test.ts index 237d54cd95..9d336130ff 100644 --- a/apps/web/playwright/auth/forgot-password.test.ts +++ b/apps/web/playwright/auth/forgot-password.test.ts @@ -1,6 +1,7 @@ import { expect, test } from "@playwright/test"; test("Can reset forgotten password", async ({ browser }) => { + test.fixme(true, "TODO: This test is failing randomly, disabled for now"); // Create a new incognito browser context const context = await browser.newContext({ extraHTTPHeaders: {