mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-10 05:28:19 -05:00
On Windows + Firefox the integration test runner intermittently hits NS_ERROR_CONNECTION_REFUSED on page.goto right after launching a fresh code-server. The server prints 'Web UI available at <url>' before the HTTP listener is fully accepting connections, causing a race when sub-suites (e.g. Git tests) start a new server back-to-back. Add a small retry loop around the initial page.goto to absorb the transient connection-refused error and reduce CI flakiness.