From 2bf6f219a950c4108c81df9b1721b031b3f022fa Mon Sep 17 00:00:00 2001 From: Paul Rosenzweig <paulrosenzweig@users.noreply.github.com> Date: Thu, 9 Jul 2020 09:53:04 -0400 Subject: [PATCH] mark flake as pending (#12858) --- .../metabase/scenarios/visualizations/chart_drill.cy.spec.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 9852d2df777..cc12507fe77 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. -- GitLab