Browse Source

Suppress crashReporter test on x64 Windows for now

Cheng Zhao 9 years ago
parent
commit
0ad03d9ff7
1 changed files with 5 additions and 0 deletions
  1. 5 0
      spec/api-crash-reporter-spec.js

+ 5 - 0
spec/api-crash-reporter-spec.js

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