Suppress crashReporter test on x64 Windows for now
This commit is contained in:
parent
3aaff23f78
commit
0ad03d9ff7
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue