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