mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-21 18:59:15 +00:00
These tests fail occasionally in CI, seemingly only on linux. This tries to fix this by: - Adding retries - Switching back to use `teardown` to disposed of things. `usingDisposable` may not clean up properly if the test times out