mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-15 06:19:24 +02:00
Merge branch 'release/10.0.0' into sidv/esbuildV10
* release/10.0.0: Skip all elk tests as it's flaky
This commit is contained in:
@@ -133,7 +133,7 @@ describe('Flowchart ELK', () => {
|
||||
});
|
||||
});
|
||||
|
||||
it.skip('V2 elk - 16: Render Stadium shape', () => {
|
||||
it('V2 elk - 16: Render Stadium shape', () => {
|
||||
imgSnapshotTest(
|
||||
` flowchart-elk TD
|
||||
A([stadium shape test])
|
||||
@@ -284,7 +284,7 @@ _one --> b
|
||||
{ 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(
|
||||
`flowchart-elk LR
|
||||
subgraph A
|
Reference in New Issue
Block a user