mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Suppress crashReporter test on x64 Windows for now
This commit is contained in:
@@ -23,6 +23,11 @@ describe('crash-reporter module', function () {
|
||||
w.destroy()
|
||||
})
|
||||
|
||||
// It is not working on 64bit Windows.
|
||||
if (process.platform === 'win32' && process.arch === 'x64') {
|
||||
return
|
||||
}
|
||||
|
||||
if (process.mas) {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user