Disable spec for window.close() since it would not be fixed for a while.

This commit is contained in:
Cheng Zhao 2013-08-29 18:03:56 +08:00
parent efd2bbbede
commit f7de0e8d38

View file

@ -21,7 +21,7 @@ describe 'window module', ->
done()
w.loadUrl 'file://' + path.join(fixtures, 'api', 'unload.html')
describe 'window.close()', ->
xdescribe 'window.close()', ->
it 'should emit unload handler', (done) ->
w = new BrowserWindow(show: false)
w.on 'destroyed', ->