|
@@ -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',
|