The crash-reporter test is not reliable on CI machine

This commit is contained in:
Cheng Zhao 2015-09-15 14:43:11 +08:00
parent eced01eb9d
commit f1787d747a

View file

@ -18,6 +18,10 @@ describe 'crash-reporter module', ->
# It is not working on 64bit Windows.
return if process.platform is 'win32' and process.arch is 'x64'
# The crash-reporter test is not reliable on CI machine.
isCI = remote.process.argv[2] == '--ci'
return if isCI
it 'should send minidump when renderer crashes', (done) ->
@timeout 120000
server = http.createServer (req, res) ->