From ad6fb2048621f5274772655819d8add7609023c7 Mon Sep 17 00:00:00 2001 From: Jeremy Apthorp Date: Tue, 23 Jul 2019 16:54:41 -0700 Subject: [PATCH] test: disable flaky webview.clearHistory test (#19398) --- spec/webview-spec.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/webview-spec.js b/spec/webview-spec.js index 9becb0ea14d0..0feb59c9f5cc 100644 --- a/spec/webview-spec.js +++ b/spec/webview-spec.js @@ -929,7 +929,8 @@ describe(' tag', function () { }) }) - describe('.clearHistory()', () => { + // FIXME: https://github.com/electron/electron/issues/19397 + xdescribe('.clearHistory()', () => { it('should clear the navigation history', async () => { const message = waitForEvent(webview, 'ipc-message') await loadWebView(webview, {