mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-14 12:11:43 +01:00
995d3dce7c
* Try to make multiroot smoke test less flaky The 'Multiroot > shows results from all folders' smoke test on macOS browser was failing because openFileQuickAccessAndWait() retries 9 times in ~160ms with no backoff when it sees 'No matching results'. On a fresh remote/browser server start, the workspace folders may not have been attached yet (extension host still starting), so file search legitimately returns 'No matching results' and all 9 retries fire before the workspace is ready. Add an incremental backoff between retries so slow workspace/file-search initialization on CI has a chance to catch up. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Update test/automation/src/quickaccess.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
VS Code Tests
Contents
This folder contains the various test runners for VS Code. Please refer to the documentation within for how to run them: