diff --git a/spec-main/webview-spec.ts b/spec-main/webview-spec.ts index 99a8d4e8d1b0c..f60cdce4faeae 100644 --- a/spec-main/webview-spec.ts +++ b/spec-main/webview-spec.ts @@ -227,7 +227,8 @@ describe(' tag', function () { }); }); - it('loads devtools extensions registered on the parent window', async () => { + // This test is flaky on WOA, so skip it there. + ifit(process.platform !== 'win32' || process.arch !== 'arm64')('loads devtools extensions registered on the parent window', async () => { const w = new BrowserWindow({ show: false, webPreferences: {