Browse Source

chore: disable get/setLoginItemSettings specs (#16844)

trop[bot] 6 years ago
parent
commit
fd2a9cb056
1 changed files with 1 additions and 1 deletions
  1. 1 1
      spec/api-app-spec.js

+ 1 - 1
spec/api-app-spec.js

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