test: disable flaky test on WOA (#32562)

Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>
This commit is contained in:
trop[bot]
2022-01-25 13:31:02 -05:00
committed by GitHub
parent b39a34650f
commit ae3ee8ad00

View File

@@ -227,7 +227,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: {