Skip to content

Commit

Permalink
Merge branch 'develop' into sidv/refactorShapes
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 authored Oct 4, 2024
2 parents 5a3e0cc + ddf18dd commit d9a26ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cypress/integration/rendering/architecture.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@ describe.skip('architecture diagram', () => {
});
});

describe('architecture - external', () => {
// Skipped as the layout is not deterministic, and causes issues in E2E tests.
describe.skip('architecture - external', () => {
it('should allow adding external icons', () => {
urlSnapshotTest('http://localhost:9000/architecture-external.html');
});
Expand Down

0 comments on commit d9a26ff

Please sign in to comment.