Skip flaky test on macOS

This commit is contained in:
Pierre Jacquier
2025-03-11 10:59:35 -04:00
parent d6ad4b6e66
commit 1748f56ed1

View File

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