-
Notifications
You must be signed in to change notification settings - Fork 4.8k
chore: disable infobars in Chromium #38146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
| // Edge can potentially restart on Windows (msRelaunchNoCompatLayer) which looses its file descriptors (stdout/stderr) and CDP (3/4). Disable until fixed upstream. | ||
| '--edge-skip-compat-layer-relaunch', | ||
| assistantMode ? '' : '--enable-automation', | ||
| '--disable-infobars', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a comment that it doesn't affect vendor builds.
This is to get rid of the Chrome for Testing infobar that's visible for the persistent context.
064c94a to
1f0d609
Compare
Test results for "MCP"1 failed 2587 passed, 116 skipped Merge workflow run. |
Test results for "tests 1"72 failed 4 flaky40249 passed, 789 skipped Merge workflow run. |
This is to get rid of the Chrome for Testing infobar that's visible for the persistent context.