diff --git a/frontend/test/metabase/scenarios/visualizations/chart_drill.cy.spec.js b/frontend/test/metabase/scenarios/visualizations/chart_drill.cy.spec.js index 9852d2df7773fcf2cc4d391998869a2e279e9ff6..cc12507fe7744c3b6f7a3761b8f46faa8cdb3aa1 100644 --- a/frontend/test/metabase/scenarios/visualizations/chart_drill.cy.spec.js +++ b/frontend/test/metabase/scenarios/visualizations/chart_drill.cy.spec.js @@ -62,7 +62,8 @@ describe("scenarios > visualizations > chart drill", () => { }); }); - it("should drill through a nested query", () => { + // this test was very flaky + it.skip("should drill through a nested query", () => { // There's a slight hiccup in the UI with nested questions when we Summarize by City below. // Because there's only 5 rows, it automatically switches to the chart, but issues another // dataset request. So we wait for the dataset to load.