Disable minimize spec on Linux CI
This commit is contained in:
parent
a53e98c0f3
commit
c60a9d242e
1 changed files with 2 additions and 0 deletions
|
@ -1515,6 +1515,8 @@ describe('BrowserWindow module', function () {
|
|||
})
|
||||
|
||||
it('visibilityState changes when window is minimized', function (done) {
|
||||
if (isCI && process.platform === 'linux') return done()
|
||||
|
||||
w = new BrowserWindow({width: 100, height: 100})
|
||||
|
||||
onNextVisibilityChange(function (visibilityState, hidden) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue