mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-12-05 20:14:14 +01:00
chore: add comment on why we skip flow huge
Co-authored-by: Alois Klink <alois@aloisklink.com>
This commit is contained in:
@@ -13,6 +13,7 @@ describe('[Text] when parsing', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
describe('it should handle huge files', function () {
|
describe('it should handle huge files', function () {
|
||||||
|
// skipped because this test takes like 2 minutes or more!
|
||||||
it.skip('it should handlehuge diagrams', function () {
|
it.skip('it should handlehuge diagrams', function () {
|
||||||
const nodes = `A-->B;B-->A`.repeat(20000);
|
const nodes = `A-->B;B-->A`.repeat(20000);
|
||||||
flow.parser.parse(`graph LR;${nodes}`);
|
flow.parser.parse(`graph LR;${nodes}`);
|
||||||
|
|||||||
Reference in New Issue
Block a user