Run more crashReporter specs on CI
This commit is contained in:
parent
2c8ab72269
commit
77fa7ce977
2 changed files with 6 additions and 9 deletions
|
@ -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
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue