mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
spec: Bring back crash-reporter spec on x64 Windows
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user