Skip to content

Commit

Permalink
multi-profile sketching off on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
pierremtb committed Feb 14, 2025
1 parent e3b8afa commit b1b874c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/playwright/sketch-tests.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1352,7 +1352,7 @@ test.describe(`Sketching with offset planes`, () => {
})
})

test.describe('multi-profile sketching', () => {
test.describe('multi-profile sketching', { tag: '@skipWin' }, () => {
test(
`snapToProfile start only works for current profile`,
{ tag: ['@skipWin'] },
Expand Down

0 comments on commit b1b874c

Please sign in to comment.