mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
test: disable some tests under ASan which might receive SIGKILL because of OOM (#28156)
* test: running child app under ASan might receive SIGKILL * test: renderer process of webview might receive SIGKILL under ASan * test: increase timeout for asan build
This commit is contained in:
6
spec/fixtures/api/leak-exit-webcontents.js
vendored
6
spec/fixtures/api/leak-exit-webcontents.js
vendored
@@ -1,6 +0,0 @@
|
||||
const { app, webContents } = require('electron');
|
||||
app.whenReady().then(function () {
|
||||
webContents.create({});
|
||||
|
||||
app.quit();
|
||||
});
|
||||
Reference in New Issue
Block a user