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
Like in Xcode, when you hit the "test run" button, if there exists a running test-run, the old test-run should be immediately cancelled so the new test-run can begin.
To Reproduce
Steps to reproduce the behavior:
Run a long-running test.
Hit the run-test button again.
Observe the second test-run request does nothing, at least until the first test is over.
Expected behavior
Explained above.
Environment
Doesn't matter.
Additional context
Add any other context about the problem here.