Compare commits

...

1 Commits

Author SHA1 Message Date
1748f56ed1 Skip flaky test on macOS 2025-03-11 10:59:35 -04:00

View File

@ -1117,7 +1117,7 @@ part002 = startSketchOn('XZ')
test.describe('Electron constraint tests', () => { test.describe('Electron constraint tests', () => {
test( test(
'Able to double click label to set constraint', 'Able to double click label to set constraint',
{ tag: '@electron' }, { tag: ['@electron', '@skipMacos'] },
async ({ page, context, homePage, scene, editor, toolbar }) => { async ({ page, context, homePage, scene, editor, toolbar }) => {
await context.folderSetupFn(async (dir) => { await context.folderSetupFn(async (dir) => {
const bracketDir = path.join(dir, 'test-sample') const bracketDir = path.join(dir, 'test-sample')