chore: disable get/setLoginItemSettings specs (#16842)

This commit is contained in:
trop[bot]
2019-02-08 13:38:50 -08:00
committed by Samuel Attard
parent a9d4b27469
commit d173f31328

View File

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