diff --git a/spec-main/api-browser-window-spec.ts b/spec-main/api-browser-window-spec.ts index 2ab728239b1..6be93a0fea7 100644 --- a/spec-main/api-browser-window-spec.ts +++ b/spec-main/api-browser-window-spec.ts @@ -5255,7 +5255,8 @@ describe('BrowserWindow module', () => { }); }); - describe('contextIsolation option with and without sandbox option', () => { + // TODO (jkleinsc) renable these tests on mas arm64 + ifdescribe(!process.mas || process.arch !== 'arm64')('contextIsolation option with and without sandbox option', () => { const expectedContextData = { preloadContext: { preloadProperty: 'number',