diff --git a/frontend/test/metabase/scenarios/native-filters/reproductions/17490.cy.spec.js b/frontend/test/metabase/scenarios/native-filters/reproductions/17490.cy.spec.js index d794bc74dad1a96b52d01ab138b2addf2e6b19c0..e2b2dc6e5da66329d17d76643d1bdaeab757d6f9 100644 --- a/frontend/test/metabase/scenarios/native-filters/reproductions/17490.cy.spec.js +++ b/frontend/test/metabase/scenarios/native-filters/reproductions/17490.cy.spec.js @@ -15,7 +15,7 @@ describe("issue 17490", () => { cy.signInAsAdmin(); }); - it("nav bar shouldn't cut off the popover with the tables for field filter selection (metabase#17490)", () => { + it.skip("nav bar shouldn't cut off the popover with the tables for field filter selection (metabase#17490)", () => { cy.visit("/"); cy.icon("sql").click();