test: disable flaky webview.clearHistory test (#19398)

This commit is contained in:
Jeremy Apthorp 2019-07-23 16:54:41 -07:00 committed by GitHub
parent b3fb7497c2
commit ad6fb20486
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 () => { it('should clear the navigation history', async () => {
const message = waitForEvent(webview, 'ipc-message') const message = waitForEvent(webview, 'ipc-message')
await loadWebView(webview, { await loadWebView(webview, {