test: temporarily disable tests on mas arm64 that are causing a crash (#35226)
* test: temporarily disable test on mas arm64 that is causing crash * disable the right test * chore: speculative fix for CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER crash * enable all the tests * Revert "chore: speculative fix for CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER crash" This reverts commit b7c8ef364c03053e776fcdf495c4caeafb2dadb7. * test: disable tests that crash on mas arm64
This commit is contained in:
parent
a11cc3274f
commit
76431ac1fa
1 changed files with 2 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue