spec: Suppress crash-reporter test on 64bit Windows
authorCheng Zhao <zcbenz@gmail.com>
Sat, 11 Apr 2015 12:15:31 +0000 (20:15 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Sat, 11 Apr 2015 12:15:31 +0000 (20:15 +0800)
spec/api-crash-reporter-spec.coffee

index c9aa025..3d78c3a 100644 (file)
@@ -17,6 +17,9 @@ describe 'crash-reporter module', ->
   beforeEach -> w = new BrowserWindow(show: false)
   afterEach -> w.destroy()
 
+  # It is not working on 64bit Windows.
+  return if process.platform is 'win32' and process.arch is 'x64
+
   it 'should send minidump when renderer crashes', (done) ->
     @timeout 60000
     server = http.createServer (req, res) ->