mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: disable get/setLoginItemSettings specs (#16838)
This commit is contained in:
@@ -539,7 +539,7 @@ describe('app module', () => {
|
||||
]
|
||||
|
||||
before(function () {
|
||||
if (process.platform === 'linux') this.skip()
|
||||
if (process.platform === 'linux' || process.mas) this.skip()
|
||||
})
|
||||
|
||||
beforeEach(() => {
|
||||
|
||||
Reference in New Issue
Block a user