From 18c21d9b9720935bf975774df4d48013b3b82d8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Omar=20L=C3=B3pez?= Date: Wed, 16 Mar 2022 09:40:56 -0700 Subject: [PATCH] Temporarily disables forgot password test (#2168) --- apps/web/playwright/auth/forgot-password.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/playwright/auth/forgot-password.test.ts b/apps/web/playwright/auth/forgot-password.test.ts index 237d54cd..9d336130 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: {