FIXME: Disable one of the <webview> tag tests.

This commit is contained in:
Aleksei Kuzmin 2018-05-11 19:50:40 +03:00 committed by Samuel Attard
parent 7e4c0b304b
commit 9b9a818c43

View file

@ -1212,7 +1212,10 @@ describe('<webview> tag', function () {
}) })
}) })
it('loads devtools extensions registered on the parent window', async () => { // TODO(alexeykuzmin): Enable the test.
// The app crashes if this test and "devtools-opened event" tests
// are run at the same time.
xit('loads devtools extensions registered on the parent window', async () => {
const w = await openTheWindow({ show: false }) const w = await openTheWindow({ show: false })
BrowserWindow.removeDevToolsExtension('foo') BrowserWindow.removeDevToolsExtension('foo')