Suppress crashReporter test on x64 Windows for now

This commit is contained in:
Cheng Zhao 2016-05-10 14:45:44 +09:00
parent 3aaff23f78
commit 0ad03d9ff7

View file

@ -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
}