test: disable flaky test on WOA (#32542)
This commit is contained in:
parent
d619804fc8
commit
6b41356868
1 changed files with 2 additions and 1 deletions
|
@ -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({
|
const w = new BrowserWindow({
|
||||||
show: false,
|
show: false,
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
|
|
Loading…
Reference in a new issue