Skip to content

Commit b8267e6

Browse files
chore: disable get/setLoginItemSettings specs (electron#16839)
1 parent 021d856 commit b8267e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/api-app-spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ describe('app module', () => {
440440
]
441441

442442
before(function () {
443-
if (process.platform === 'linux') {
443+
if (process.platform === 'linux' || process.mas) {
444444
this.skip()
445445
}
446446
})

0 commit comments

Comments
 (0)