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()
|
w.destroy()
|
||||||
})
|
})
|
||||||
|
|
||||||
|
// It is not working on 64bit Windows.
|
||||||
|
if (process.platform === 'win32' && process.arch === 'x64') {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
if (process.mas) {
|
if (process.mas) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue