spec: Disable crash reporter test for MAS build

This commit is contained in:
Cheng Zhao 2015-09-28 15:08:27 +08:00
parent 7b57a945f8
commit 3afc9c4ebe

View file

@ -18,6 +18,9 @@ describe 'crash-reporter module', ->
# It is not working on 64bit Windows.
return if process.platform is 'win32' and process.arch is 'x64'
# It is not working for mas build.
return if process.mas
# The crash-reporter test is not reliable on CI machine.
isCI = remote.process.argv[2] == '--ci'
return if isCI