Skip to content

Commit

Permalink
test: temporarily disable tests on mas arm64 that are causing a crash (
Browse files Browse the repository at this point in the history
…#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 b7c8ef3.

* test: disable tests that crash on  mas arm64
  • Loading branch information
jkleinsc committed Aug 6, 2022
1 parent a11cc32 commit 76431ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec-main/api-browser-window-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 76431ac

Please sign in to comment.