From 6b413568681fd236a10a54bf9ddb7281cd6bcb51 Mon Sep 17 00:00:00 2001 From: John Kleinschmidt Date: Thu, 20 Jan 2022 13:59:02 -0500 Subject: [PATCH] test: disable flaky test on WOA (#32542) --- spec-main/webview-spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec-main/webview-spec.ts b/spec-main/webview-spec.ts index bcb05b720690..c6cd59bde06f 100644 --- a/spec-main/webview-spec.ts +++ b/spec-main/webview-spec.ts @@ -227,7 +227,8 @@ describe(' tag', function () { }); }); - it('loads devtools extensions registered on the parent window', async () => { + // This test is flaky on WOA, so skip it there. + ifit(process.platform !== 'win32' || process.arch !== 'arm64')('loads devtools extensions registered on the parent window', async () => { const w = new BrowserWindow({ show: false, webPreferences: {