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();