From 433ec2d6cce78003c38e5e09048814ec65e2eecf Mon Sep 17 00:00:00 2001 From: Pierre Jacquier Date: Fri, 14 Feb 2025 13:37:40 -0500 Subject: [PATCH] Disable multi-profile sketch deletion test --- e2e/playwright/sketch-tests.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/playwright/sketch-tests.spec.ts b/e2e/playwright/sketch-tests.spec.ts index bd7e34793..8957c0c33 100644 --- a/e2e/playwright/sketch-tests.spec.ts +++ b/e2e/playwright/sketch-tests.spec.ts @@ -1883,7 +1883,7 @@ profile004 = circleThreePoint(sketch001, p1 = [13.44, -6.8], p2 = [13.39, -2.07] }) } ) - test( + test.fixme( 'Can delete a profile in the editor while is sketch mode, and sketch mode does not break, can ctrl+z to undo after constraint with variable was added', { tag: ['@skipWin'] }, async ({ scene, toolbar, editor, cmdBar, page, homePage }) => {