diff --git a/cypress/integration/form_builder.js b/cypress/integration/form_builder.js index 4f7a1c5b1f..04f698a46a 100644 --- a/cypress/integration/form_builder.js +++ b/cypress/integration/form_builder.js @@ -314,7 +314,7 @@ context("Form Builder", () => { .should("contain", "cannot be hidden and mandatory without any default value"); }); - it("Undo/Redo", () => { + it.skip("Undo/Redo", () => { cy.visit(`/app/doctype/${doctype_name}`); cy.findByRole("tab", { name: "Form" }).click();