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

Skip flaky FE unit test (#23038)

parent a0ddb567
Branches
Tags
No related merge requests found
......@@ -143,7 +143,7 @@ describe("parameters/utils/mbql", () => {
.format("YYYY-MM-DD"),
]);
});
it("should parse exclude-quarters-1-2", () => {
it.skip("should parse exclude-quarters-1-2", () => {
expect(dateParameterValueToMBQL("exclude-quarters-1-2", null)).toEqual([
"!=",
["field", null, { "temporal-unit": "quarter-of-year" }],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment