Merge pull request #10514 from electron/mac-crash
Suppress the destroy() spec on all platforms
This commit is contained in:
commit
6bf2ec4188
1 changed files with 3 additions and 7 deletions
|
@ -589,13 +589,9 @@ describe('webContents module', function () {
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
describe('destroy()', () => {
|
// Destroying webContents in its event listener is going to crash when
|
||||||
// Destroying webContents in its event listener is going to crash when
|
// Electron is built in Debug mode.
|
||||||
// Electron is built in Debug mode.
|
xdescribe('destroy()', () => {
|
||||||
if (process.platform !== 'darwin') {
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
let server
|
let server
|
||||||
|
|
||||||
before(function (done) {
|
before(function (done) {
|
||||||
|
|
Loading…
Reference in a new issue