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:
Cheng Zhao
2021-03-17 06:02:47 +09:00
committed by GitHub
parent 29dc5a2f83
commit 80f89a3472
12 changed files with 42 additions and 76 deletions

View File

@@ -1,6 +0,0 @@
const { app, webContents } = require('electron');
app.whenReady().then(function () {
webContents.create({});
app.quit();
});