Skip to content
Snippets Groups Projects
Unverified Commit 5306d9d8 authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

Unskip repro for #13097 (#21477)

parent 6e216849
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ import { restore, visualize } from "__support__/e2e/cypress";
const MONGO_DB_NAME = "QA Mongo4";
describe.skip("issue 13097", () => {
describe("issue 13097", () => {
before(() => {
restore("mongo-4");
cy.signInAsAdmin();
......@@ -25,8 +25,6 @@ describe.skip("issue 13097", () => {
cy.findByText("Number of distinct values of ...").click();
cy.findByText("State").click();
cy.intercept("POST", "/api/dataset").as("dataset");
visualize();
cy.log("Reported failing on stats ~v0.36.3");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment