diff --git a/spec-main/api-browser-window-spec.ts b/spec-main/api-browser-window-spec.ts index cec65e092c03..64633797c6db 100644 --- a/spec-main/api-browser-window-spec.ts +++ b/spec-main/api-browser-window-spec.ts @@ -4204,7 +4204,7 @@ describe('BrowserWindow module', () => { expect(w.isFullScreen()).to.be.false('isFullScreen'); }); - it('multiple windows inherit correct fullscreen state', async () => { + ifit(process.arch === 'x64')('multiple windows inherit correct fullscreen state', async () => { const w = new BrowserWindow(); const enterFullScreen = emittedOnce(w, 'enter-full-screen'); w.setFullScreen(true);