chore: fix tests on linux (#1404)

This commit is contained in:
Yury Semikhatsky
2026-02-14 13:11:47 -08:00
committed by GitHub
parent bd1428d5b4
commit 8c4b1aaa25
4 changed files with 7 additions and 3 deletions

View File

@@ -80,7 +80,7 @@ export const test = baseTest.extend<TestFixtures & TestOptions, WorkerFixtures>(
await use(async options => {
const args: string[] = mcpArgs ?? [];
if (process.env.CI && process.platform === 'linux')
args.push('--no-sandbox');
args.push('--no-chromium-sandbox');
if (mcpHeadless)
args.push('--headless');
if (mcpBrowser)