mirror of
https://github.com/electron/electron.git
synced 2026-02-06 21:25:10 -05:00
Merge pull request #10514 from electron/mac-crash
Suppress the destroy() spec on all platforms
This commit is contained in:
@@ -589,13 +589,9 @@ describe('webContents module', function () {
|
||||
})
|
||||
})
|
||||
|
||||
describe('destroy()', () => {
|
||||
// Destroying webContents in its event listener is going to crash when
|
||||
// Electron is built in Debug mode.
|
||||
if (process.platform !== 'darwin') {
|
||||
return
|
||||
}
|
||||
|
||||
// Destroying webContents in its event listener is going to crash when
|
||||
// Electron is built in Debug mode.
|
||||
xdescribe('destroy()', () => {
|
||||
let server
|
||||
|
||||
before(function (done) {
|
||||
|
||||
Reference in New Issue
Block a user