Uh oh!
There was an error while loading. Please reload this page.
test(mcp): cover --sandbox at the config resolution level - #42339
Conversation
The e2e test launched chrome-for-testing with the sandbox enabled, which cannot start on Linux, so browser_get_config never returned a config.
Test results for "MCP"1 failed 8128 passed, 1361 skipped Merge workflow run. |
Hi, I'm the Playwright bot and I took a first look at the CI failure here. 🟢 The one failure is a pre-existing flake — this PR is clear
DetailsPre-existing flake / infra
Recent history on this bot (oldest → newest, this PR's run is the trailing 🟥): Triaged by the Playwright bot - agent run |
36f4da0
into
microsoft:mainUh oh!
There was an error while loading. Please reload this page.
Summary
--sandbox enables the sandboxhas been failing onubuntu-latest - chromesince it landed: it starts an MCP server with--browser=chromium --sandbox, and the server launches the browser eagerly during initialize. Chrome for Testing cannot start sandboxed on Linux (No usable sandbox!), sobrowser_get_configreturned an error instead of a config.config-resolve.spec.tsthat drive real argv throughdecorateMCPCommandintoresolveCLIConfigForMCP, covering--sandbox,--no-sandboxand neither flag without launching a browser.Failing
ubuntu-latest - chromejobs: