Skip to content
Snippets Groups Projects
Unverified Commit b9230cd0 authored by Ryan Laurie's avatar Ryan Laurie Committed by GitHub
Browse files

[E2E] Skip super flaky revision history test (#30919)

parent d7a9c17d
No related branches found
No related tags found
No related merge requests found
......@@ -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/);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment