diff --git a/spec-es6/attribute_parser.spec.ts b/spec-es6/attribute_parser.spec.ts index 72dcda6b4..25892ec75 100644 --- a/spec-es6/attribute_parser.spec.ts +++ b/spec-es6/attribute_parser.spec.ts @@ -40,7 +40,7 @@ describe("Lexing", () => { }); }); -describe("Parser", () => { +describe.todo("Parser", () => { it("simple label", () => { const attrs = attributeParser.parse(["#token"].map((t: any) => ({ text: t })));