Skip to content

Commit

Permalink
test: disable flaky test on WOA (#32560)
Browse files Browse the repository at this point in the history
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>
  • Loading branch information
trop[bot] and jkleinsc committed Jan 24, 2022
1 parent 490b76d commit 871c9e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec-main/webview-spec.ts
Expand Up @@ -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: {
Expand Down

0 comments on commit 871c9e9

Please sign in to comment.