Skip to content

fix(edge): prevent the EdgeUpdater from being launched#41330

Open
dcrousso wants to merge 1 commit into
microsoft:mainfrom
dcrousso:fix-41210
Open

fix(edge): prevent the EdgeUpdater from being launched#41330
dcrousso wants to merge 1 commit into
microsoft:mainfrom
dcrousso:fix-41210

Conversation

@dcrousso

Copy link
Copy Markdown
Contributor

--disable-edgeupdater only prevents the EdgeUpdater from being installed when Edge is installed

--disable-updater-scheduler should prevent the EdgeUpdater from launching when Edge is opened

should hopefully fix #41210

`--disable-edgeupdater` only prevents the EdgeUpdater from being installed when Edge is installed

`--disable-updater-scheduler` should prevent the EdgeUpdater from launching when Edge is opened
@dcrousso dcrousso requested review from dgozman and yury-s June 16, 2026 23:00
'--disable-popup-blocking',
'--disable-prompt-on-repost',
'--disable-renderer-backgrounding',
'--disable-updater-scheduler',

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add a comment explaining why we need it

@github-actions

Copy link
Copy Markdown
Contributor

Test results for "MCP"

7354 passed, 1122 skipped


Merge workflow run.

@github-actions

Copy link
Copy Markdown
Contributor

Test results for "tests 1"

3 flaky ⚠️ [chromium-library] › library/chromium/chromium.spec.ts:211 › should intercept service worker requests (main and within) `@chromium-ubuntu-22.04-node22`
⚠️ [firefox-library] › library/inspector/cli-codegen-3.spec.ts:224 › cli codegen › should generate frame locators (4) `@firefox-ubuntu-22.04-node20`
⚠️ [playwright-test] › ui-mode-trace.spec.ts:189 › should show snapshots for steps `@windows-latest-node22`

39600 passed, 743 skipped


Merge workflow run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: browser.close() with channel "msedge" can block ~20s while EdgeUpdater holds the stdio pipe

3 participants