Skip to content
Snippets Groups Projects
Unverified Commit a4f1223d authored by Kamil Mielnik's avatar Kamil Mielnik Committed by GitHub
Browse files

Remove flaky tag (#46822)

parent 30bf9c32
No related branches found
No related tags found
No related merge requests found
......@@ -438,7 +438,7 @@ describeWithSnowplow("scenarios > question > column compare", () => {
]);
});
it("breakout on non-datetime column", { tags: "@flaky" }, () => {
it("breakout on non-datetime column", () => {
createQuestion(
{ query: QUERY_SINGLE_AGGREGATION_NON_DATETIME_BREAKOUT },
{ visitQuestion: true, wrapId: true, idAlias: "questionId" },
......
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