chore: disable flaky UI test (#24847)
This commit is contained in:
parent
c12b753648
commit
17ebc5ee4d
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue