Skip all elk tests as it's flaky

This commit is contained in:
Sidharth Vinod
2023-02-20 00:30:27 +05:30
parent e22171c5bc
commit 5de5598069

View File

@@ -133,7 +133,7 @@ describe('Flowchart ELK', () => {
}); });
}); });
it.skip('V2 elk - 16: Render Stadium shape', () => { it('V2 elk - 16: Render Stadium shape', () => {
imgSnapshotTest( imgSnapshotTest(
` flowchart-elk TD ` flowchart-elk TD
A([stadium shape test]) A([stadium shape test])
@@ -284,7 +284,7 @@ _one --> b
{ htmlLabels: true, flowchart: { htmlLabels: true }, securityLevel: 'loose' } { htmlLabels: true, flowchart: { htmlLabels: true }, securityLevel: 'loose' }
); );
}); });
it.skip('57-elk: handle nested subgraphs with outgoing links 4', () => { it('57-elk: handle nested subgraphs with outgoing links 4', () => {
imgSnapshotTest( imgSnapshotTest(
`flowchart-elk LR `flowchart-elk LR
subgraph A subgraph A