When running tests in Unity using the Continuous Testing, Rider often gets stuck running tests (or waiting for coverage). This is not cancellable (the cancel button does nothing), and I need to restart Rider to start testing again.
Example Screenshots:


When I try pressing "Stop Execution" nothing happens. In the screenshot the tests have been stuck since before the weekend, so it is not waiting for anything.

Is this a known issue? Is there anything I can supply to help debugging this issue?
Possible Explanation: It seems to happen more frequently when I change and save any file while the test is running.
Using
Do you mean tests in Unity are finished, but in Rider still waiting?
If they still run in Unity - please try to stop them there by Cancel button in the progress dialog.
The tests seem to be complete in Unity, but Rider sees them as not complete


I can reproduce this bug like this:
Thank you for the complete repro. I will look into it.
In the meantime, I can only suggest that instead of restart Rider, you can close-open solution, which would be faster.