From ddf18dd233f66332f20905f2d637c3b81a1c163c Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Fri, 4 Oct 2024 14:25:45 +0530 Subject: [PATCH] chore: Disable architecture diagram test --- cypress/integration/rendering/architecture.spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cypress/integration/rendering/architecture.spec.ts b/cypress/integration/rendering/architecture.spec.ts index 1deb1f7da1..bc22763529 100644 --- a/cypress/integration/rendering/architecture.spec.ts +++ b/cypress/integration/rendering/architecture.spec.ts @@ -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'); });