diff --git a/.github/workflows/nightly-mcp-stress-test.md b/.github/workflows/nightly-mcp-stress-test.md index 47a0b56c..c6cc9d7e 100644 --- a/.github/workflows/nightly-mcp-stress-test.md +++ b/.github/workflows/nightly-mcp-stress-test.md @@ -96,6 +96,9 @@ mcp-servers: container: "mcr.microsoft.com/playwright:v1.49.1-noble" env: PLAYWRIGHT_BROWSERS_PATH: "/ms-playwright" + # Launch options to prevent ERR_BLOCKED_BY_CLIENT errors in CI testing + # Security note: These flags disable web security features for testing purposes only + PLAYWRIGHT_LAUNCH_OPTIONS: '{"args": ["--disable-blink-features=AutomationControlled", "--disable-web-security", "--disable-features=IsolateOrigins,site-per-process"]}' wikipedia: type: stdio container: "mcp/wikipedia-mcp"