Browse Source

spec: Should not run app.setUserActivity test on non-OS X

Cheng Zhao 9 years ago
parent
commit
8e1d2479ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      spec/api-app-spec.js

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

@@ -91,7 +91,7 @@ describe('app module', function () {
   })
 
   describe('app.setUserActivity(type, userInfo)', function () {
-    if (isCI && process.platform !== 'darwin') {
+    if (process.platform !== 'darwin') {
       return
     }