spec: Disable crashReporter tests for some CI machines
Have no idea why it is failing on our CI machines, but at least Appveyor works fine.
This commit is contained in:
parent
5ccae79ea7
commit
7d7bb1581b
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ const {remote} = require('electron')
|
||||||
const {app, BrowserWindow, crashReporter} = remote.require('electron')
|
const {app, BrowserWindow, crashReporter} = remote.require('electron')
|
||||||
|
|
||||||
describe('crashReporter module', function () {
|
describe('crashReporter module', function () {
|
||||||
if (process.mas) {
|
if (process.mas || process.env.DISABLE_CRASH_REPORTER_TESTS) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue