diff --git a/e2e/test/scenarios/collections/revision-history.cy.spec.js b/e2e/test/scenarios/collections/revision-history.cy.spec.js index 74a9fa400736bf3b8ee76a1df37254c7f2d5faea..61bbd4ad5034aebb95d6d234f8f5f815a514eafe 100644 --- a/e2e/test/scenarios/collections/revision-history.cy.spec.js +++ b/e2e/test/scenarios/collections/revision-history.cy.spec.js @@ -82,7 +82,8 @@ describe("revision history", () => { cy.findByText(/rearranged the cards/).should("not.exist"); }); - it("should be able to revert a dashboard (metabase#15237)", () => { + // skipped because it's super flaky in CI + it.skip("should be able to revert a dashboard (metabase#15237)", () => { visitDashboard(1); openRevisionHistory(); clickRevert(/created this/);