From 8c7745d8973f67ed88d5a2ff4a522d13050e3bbc Mon Sep 17 00:00:00 2001 From: Will Chen Date: Thu, 23 Oct 2025 13:09:08 -0700 Subject: [PATCH] Skip flaky test dyad write - edit and save flow (#1616) @princeaden1 can you take a look at why this test is flaking often later? for now, i think we can just skip it since it's not a super critical feature (users can always edit the file using the regular code panel) --- > [!NOTE] > [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) is generating a summary for commit 12de571a1a5d2f9c6c98e90ae19fd67a3fb2e6b5. Configure [here](https://cursor.com/dashboard?tab=bugbot). --- e2e-tests/chat_mode.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e-tests/chat_mode.spec.ts b/e2e-tests/chat_mode.spec.ts index d2ff33d..d50af00 100644 --- a/e2e-tests/chat_mode.spec.ts +++ b/e2e-tests/chat_mode.spec.ts @@ -23,7 +23,7 @@ test("chat mode selector - ask mode", async ({ po }) => { await po.snapshotMessages({ replaceDumpPath: true }); }); -test("dyadwrite edit and save - basic flow", async ({ po }) => { +test.skip("dyadwrite edit and save - basic flow", async ({ po }) => { await po.setUp({ autoApprove: true }); await po.importApp("minimal"); await po.clickNewChat();