mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-15 21:01:05 +01:00
05642a313f
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.