diff --git a/e2e/test/scenarios/question/reproductions/42065-mongo-filter-by-id.cy.spec.js b/e2e/test/scenarios/question/reproductions/42065-mongo-filter-by-id.cy.spec.js
index 27f71a9f50197c5c54ae9bc72258e6e40045f9a2..2cac27df64d3885ac1645ff7ddba0e2a3ab8a068 100644
--- a/e2e/test/scenarios/question/reproductions/42065-mongo-filter-by-id.cy.spec.js
+++ b/e2e/test/scenarios/question/reproductions/42065-mongo-filter-by-id.cy.spec.js
@@ -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()