Skip to content

Commit

Permalink
Disable prompt-to-edit tests
Browse files Browse the repository at this point in the history
Right now it's generating invalid KCL because it has not yet trained on
the new appearance function that uses keyword arguments.

These tests should be enabled again once ZMA and kcl-samples are released,
and t2c can train on it.
  • Loading branch information
adamchalmers committed Feb 7, 2025
1 parent e619c73 commit 01db802
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 @@ -36,7 +36,7 @@ extrude003 = extrude(sketch003, length = 20)
`

test.describe('Prompt-to-edit tests', { tag: '@skipWin' }, () => {
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 01db802

Please sign in to comment.