Disable multi-profile sketch deletion test

This commit is contained in:
Pierre Jacquier
2025-02-14 13:37:40 -05:00
parent 834f7133d8
commit 433ec2d6cc

View File

@ -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', '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'] }, { tag: ['@skipWin'] },
async ({ scene, toolbar, editor, cmdBar, page, homePage }) => { async ({ scene, toolbar, editor, cmdBar, page, homePage }) => {