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

Remove `@flaky` tag from pivot tables sorting test (#35992)

parent 3481ff30
No related branches found
No related tags found
No related merge requests found
......@@ -462,7 +462,7 @@ describe("scenarios > visualizations > pivot tables", { tags: "@slow" }, () => {
cy.findByText(/Sort order/).should("not.be.visible");
});
it("should allow sorting fields", { tags: "@flaky" }, () => {
it("should allow sorting fields", () => {
// Pivot by a single column with many values (100 bins).
// Having many values hides values that are sorted to the end.
// This lets us assert on presence of a certain value.
......
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