chore: disable flaky UI test (#24847)

This commit is contained in:
Ankush Menat 2024-02-10 18:08:40 +05:30 committed by GitHub
parent c12b753648
commit 17ebc5ee4d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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