spec: Bring back crash-reporter spec on x64 Windows
This commit is contained in:
parent
f5c25d6277
commit
909779babf
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue