test: disable flaky webview.clearHistory test (#19398)
This commit is contained in:
parent
b3fb7497c2
commit
ad6fb20486
1 changed files with 2 additions and 1 deletions
|
@ -929,7 +929,8 @@ describe('<webview> tag', function () {
|
|||
})
|
||||
})
|
||||
|
||||
describe('<webview>.clearHistory()', () => {
|
||||
// FIXME: https://github.com/electron/electron/issues/19397
|
||||
xdescribe('<webview>.clearHistory()', () => {
|
||||
it('should clear the navigation history', async () => {
|
||||
const message = waitForEvent(webview, 'ipc-message')
|
||||
await loadWebView(webview, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue