From 8e1d2479acc35e1809658c35d2cd95812938a5d7 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Thu, 5 May 2016 12:27:25 +0900 Subject: [PATCH] spec: Should not run app.setUserActivity test on non-OS X --- spec/api-app-spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/api-app-spec.js b/spec/api-app-spec.js index 30df5361041c..8afa90bb9f96 100644 --- a/spec/api-app-spec.js +++ b/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 }