From 305751aa47fcee8cb4d0c2e6e07ff7e4bc1685c1 Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 15:56:17 -0400 Subject: [PATCH] test: temporarily disable tests on mas arm64 that are causing a crash (#35248) 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 Co-authored-by: John Kleinschmidt --- spec-main/api-browser-window-spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec-main/api-browser-window-spec.ts b/spec-main/api-browser-window-spec.ts index 1af86eb3c083e..d23737fa43aeb 100644 --- a/spec-main/api-browser-window-spec.ts +++ b/spec-main/api-browser-window-spec.ts @@ -5257,7 +5257,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',