chore: disable focus handling test due to win32/ia32 regression

This commit is contained in:
Samuel Maddock
2025-01-23 16:35:31 -05:00
parent 525c10df9b
commit 1a57ba5d59

View File

@@ -98,7 +98,9 @@ describe('window.postMessage', () => {
});
});
describe('focus handling', () => {
// Tests disabled due to regression in Chromium upgrade
// https://github.com/electron/electron/issues/45322
ifdescribe(!(process.platform === 'win32' && process.arch === 'ia32'))('focus handling', () => {
let webviewContents: WebContents;
let w: BrowserWindow;