test: disable flaky test on WOA (#32542)

This commit is contained in:
John Kleinschmidt 2022-01-20 13:59:02 -05:00 committed by GitHub
parent d619804fc8
commit 6b41356868
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: {