test: disable flaky test on WOA (#32558)

Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>
This commit is contained in:
trop[bot]
2022-01-24 11:45:25 -05:00
committed by GitHub
parent 75c3238861
commit 16bcbefe1e

View File

@@ -229,7 +229,8 @@ describe('<webview> 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: {