Skip to content
Snippets Groups Projects
Unverified Commit 2bf6f219 authored by Paul Rosenzweig's avatar Paul Rosenzweig Committed by GitHub
Browse files

mark flake as pending (#12858)

parent 2c69eea5
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
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