Skip to content
Snippets Groups Projects
Unverified Commit 33f6325c authored by lbrdnk's avatar lbrdnk Committed by GitHub
Browse files

Skip flaky test (#42120)

parent eaff1873
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,8 @@ describe(
});
});
it("should be possible to filter by Mongo _id column (metabase#40770, metabase#42010)", () => {
// TODO: Analyze why this intermittently fails in master and fix it before unskipping!
it.skip("should be possible to filter by Mongo _id column (metabase#40770, metabase#42010)", () => {
cy.get("#main-data-grid")
.findAllByRole("gridcell")
.first()
......
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