Disable crash reporter spec on Yosemite
This commit is contained in:
parent
ba347f6460
commit
5dd73e74cb
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ formidable = require 'formidable'
|
|||
BrowserWindow = remote.require 'browser-window'
|
||||
|
||||
describe 'crash-reporter module', ->
|
||||
# We have trouble makeing crash reporter work on Yosemite.
|
||||
return if process.platform is 'darwin'
|
||||
|
||||
fixtures = path.resolve __dirname, 'fixtures'
|
||||
|
||||
w = null
|
||||
|
|
Loading…
Reference in a new issue