From 17ebc5ee4d094d43e093e74ead3ae6f81e94f086 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Sat, 10 Feb 2024 18:08:40 +0530 Subject: [PATCH] chore: disable flaky UI test (#24847) --- cypress/integration/form_builder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();