mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
spec: Remove "restore" event test
It is too slow and unstable.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user