test: disable webview.capturePage test (#33423)

This commit is contained in:
Cheng Zhao
2022-03-24 22:16:35 +09:00
committed by GitHub
parent 908b8e40cd
commit 43f97845a8

View File

@@ -1084,7 +1084,10 @@ describe('<webview> tag', function () {
});
});
describe('<webview>.capturePage()', () => {
// TODO(nornagon): this seems to have become much less reliable as of
// https://github.com/electron/electron/pull/32419. Tracked at
// https://github.com/electron/electron/issues/32705.
describe.skip('<webview>.capturePage()', () => {
before(function () {
// TODO(miniak): figure out why this is failing on windows
if (process.platform === 'win32') {