Skip to content

Commit 438a7d8

Browse files
trop[bot]MarshallOfSound
authored andcommitted
chore: disable get/setLoginItemSettings specs (electron#16843)
1 parent cdb7eed commit 438a7d8

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
@@ -443,7 +443,7 @@ describe('app module', () => {
443443
]
444444

445445
before(function () {
446-
if (process.platform === 'linux') this.skip()
446+
if (process.platform === 'linux' || process.mas) this.skip()
447447
})
448448

449449
beforeEach(() => {

0 commit comments

Comments
 (0)