spec: Remove "restore" event test
It is too slow and unstable.
This commit is contained in:
parent
cefc846e9e
commit
2db7c84cbc
1 changed files with 0 additions and 9 deletions
|
@ -208,12 +208,3 @@ describe 'browser-window module', ->
|
|||
w.once 'minimize', -> done()
|
||||
w.show()
|
||||
w.minimize()
|
||||
|
||||
describe 'restore event', ->
|
||||
return if isCI and process.platform is 'linux'
|
||||
it 'emits when window is restored', (done) ->
|
||||
@timeout 10000
|
||||
w.once 'restore', -> done()
|
||||
w.show()
|
||||
w.minimize()
|
||||
w.restore()
|
||||
|
|
Loading…
Reference in a new issue