Fix specs on Windows when running without desktop session
This commit is contained in:
parent
33370b18b3
commit
f65f8918c9
2 changed files with 10 additions and 0 deletions
|
@ -62,6 +62,10 @@ describe('chromium feature', function () {
|
|||
w.loadURL(url)
|
||||
})
|
||||
|
||||
if (isCI && process.platform === 'win32') {
|
||||
return
|
||||
}
|
||||
|
||||
it('is set correctly when window is inactive', function (done) {
|
||||
w = new BrowserWindow({
|
||||
show: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue