Skip to content

Commit

Permalink
Skip all elk tests as it's flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Feb 19, 2023
1 parent e22171c commit 5de5598
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -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])
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5de5598

Please sign in to comment.