mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
test: disable webview.capturePage test (#33434)
Co-authored-by: Cheng Zhao <zcbenz@gmail.com>
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user