spec: Disable crash reporter test for MAS build
This commit is contained in:
parent
7b57a945f8
commit
3afc9c4ebe
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue