chore: disable get/setLoginItemSettings specs (#16839)
This commit is contained in:
parent
021d856006
commit
b8267e698a
1 changed files with 1 additions and 1 deletions
|
@ -440,7 +440,7 @@ describe('app module', () => {
|
|||
]
|
||||
|
||||
before(function () {
|
||||
if (process.platform === 'linux') {
|
||||
if (process.platform === 'linux' || process.mas) {
|
||||
this.skip()
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue