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

This commit is contained in:
Cheng Zhao 2016-05-05 12:27:25 +09:00
parent 7268f434b2
commit 8e1d2479ac

View file

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