Skip to content
Snippets Groups Projects
Unverified Commit 39e6e6ec authored by Ariya Hidayat's avatar Ariya Hidayat Committed by GitHub
Browse files

Narrow down the quarantine for chart_drill spec (#13682) (#13699)

parent 836af536
Branches
Tags
No related merge requests found
......@@ -7,8 +7,7 @@ import {
sidebar,
} from "__support__/cypress";
// [quarantine] flaky
describe.skip("scenarios > visualizations > drillthroughs > chart drill", () => {
describe("scenarios > visualizations > drillthroughs > chart drill", () => {
before(restore);
beforeEach(signInAsAdmin);
......@@ -215,7 +214,8 @@ describe.skip("scenarios > visualizations > drillthroughs > chart drill", () =>
cy.findByText("View these Products").click();
});
it("should result in a correct query result", () => {
// [quarantine] flaky
it.skip("should result in a correct query result", () => {
cy.log("**Assert that the URL is correct**");
cy.url().should("include", "/question#");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment