Run more crashReporter specs on CI

This commit is contained in:
Kevin Sawicki 2016-11-29 14:18:42 -08:00
parent 2c8ab72269
commit 77fa7ce977
2 changed files with 6 additions and 9 deletions

View file

@ -61,11 +61,9 @@ describe('chromium feature', function () {
w.loadURL(url)
})
if (isCI && process.platform === 'win32') {
return
}
it('is set correctly when window is inactive', function (done) {
if (isCI && process.platform === 'win32') return done()
w = new BrowserWindow({
show: false
})