spec: Suppress crash-reporter test on 64bit Windows

This commit is contained in:
Cheng Zhao 2015-04-11 20:15:31 +08:00
parent aa07d5e557
commit 9e7c2a6fe4

View file

@ -17,6 +17,9 @@ describe 'crash-reporter module', ->
beforeEach -> w = new BrowserWindow(show: false)
afterEach -> w.destroy()
# It is not working on 64bit Windows.
return if process.platform is 'win32' and process.arch is 'x64
it 'should send minidump when renderer crashes', (done) ->
@timeout 60000
server = http.createServer (req, res) ->