spec: Bring back crash-reporter spec on x64 Windows

This commit is contained in:
Cheng Zhao 2015-10-15 18:25:34 +08:00
parent f5c25d6277
commit 909779babf

View file

@ -15,9 +15,6 @@ 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 is not working for mas build.
return if process.mas