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:
John Kleinschmidt 2022-08-06 19:02:04 -04:00 committed by GitHub
parent a11cc3274f
commit 76431ac1fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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