chore: bump chromium to 7dff37844cb3 (master) (#18059)
This commit is contained in:
parent
00358545a9
commit
2616911f7a
77 changed files with 1636 additions and 294 deletions
|
@ -402,7 +402,10 @@ describe('app module', () => {
|
|||
w = new BrowserWindow({ show: false })
|
||||
})
|
||||
|
||||
it('should emit renderer-process-crashed event when renderer crashes', async () => {
|
||||
it('should emit renderer-process-crashed event when renderer crashes', async function() {
|
||||
// FIXME: re-enable this test on win32.
|
||||
if (process.platform === 'win32')
|
||||
return this.skip()
|
||||
w = new BrowserWindow({
|
||||
show: false,
|
||||
webPreferences: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue