spec: Suppress crash-reporter test on 64bit Windows
This commit is contained in:
parent
aa07d5e557
commit
9e7c2a6fe4
1 changed files with 3 additions and 0 deletions
|
@ -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) ->
|
||||
|
|
Loading…
Add table
Reference in a new issue