Skip to content

Commit

Permalink
Disable text-to-cad tests post kw arg merge (#5252)
Browse files Browse the repository at this point in the history
  • Loading branch information
pierremtb authored and lf94 committed Feb 4, 2025
1 parent 28f0b95 commit f06f885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/playwright/prompt-to-edit.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ sketch003 = startSketchOn('XY')
extrude003 = extrude(sketch003, length = 20)
`

test.describe('Check the happy path, for basic changing color', () => {
test.fixme('Check the happy path, for basic changing color', () => {
const cases = [
{
desc: 'User accepts change',
Expand Down

0 comments on commit f06f885

Please sign in to comment.