Enable crash reporter specs on Linux CI
This commit is contained in:
parent
5adc8299d6
commit
d202c35be9
1 changed files with 0 additions and 7 deletions
|
@ -9,7 +9,6 @@ const url = require('url')
|
|||
const {closeWindow} = require('./window-helpers')
|
||||
|
||||
const {remote} = require('electron')
|
||||
const isCI = remote.getGlobal('isCi')
|
||||
const {app, BrowserWindow, crashReporter} = remote.require('electron')
|
||||
|
||||
describe('crashReporter module', function () {
|
||||
|
@ -17,12 +16,6 @@ describe('crashReporter module', function () {
|
|||
return
|
||||
}
|
||||
|
||||
// FIXME internal Linux CI is failing when it detects a process crashes
|
||||
// which is a false positive here since crashes are explicitly triggered
|
||||
if (isCI && process.platform === 'linux') {
|
||||
return
|
||||
}
|
||||
|
||||
var originalTempDirectory = null
|
||||
var tempDirectory = null
|
||||
|
||||
|
|
Loading…
Reference in a new issue