Skip flaky test on macOS
This commit is contained in:
@ -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')
|
||||||
|
Reference in New Issue
Block a user