You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The VS Code testing view allows you to select multiple tests to run. However, the Run multiple times... or Run until failure... options do nothing when multiple tests are selected.
To Reproduce
Select multiple tests in the testing view.
Right click and select Run multiple times... or Run until failure...
You will observe that the tests are not run and the first selected test will show up as skipped in the testing view.
Expected behavior Run multiple times... and Run until failure... should both work when selecting a single test or multiple.