spec: Should not run app.setUserActivity test on non-OS X
This commit is contained in:
parent
7268f434b2
commit
8e1d2479ac
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue