Skip to content

Commit

Permalink
chore: add comment on why we skip flow huge
Browse files Browse the repository at this point in the history
Co-authored-by: Alois Klink <[email protected]>
  • Loading branch information
Yokozuna59 and aloisklink authored Sep 20, 2023
1 parent fc3a890 commit 048dc07
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ describe('[Text] when parsing', () => {
});

describe('it should handle huge files', function () {
// skipped because this test takes like 2 minutes or more!
it.skip('it should handlehuge diagrams', function () {
const nodes = `A-->B;B-->A`.repeat(20000);
flow.parser.parse(`graph LR;${nodes}`);
Expand Down

0 comments on commit 048dc07

Please sign in to comment.