chore: disable get/setLoginItemSettings specs (#16839)

This commit is contained in:
Samuel Attard
2019-02-08 12:53:33 -08:00
committed by GitHub
parent 021d856006
commit b8267e698a

View File

@@ -440,7 +440,7 @@ describe('app module', () => {
]
before(function () {
if (process.platform === 'linux') {
if (process.platform === 'linux' || process.mas) {
this.skip()
}
})