Using Visual Studio 2017, with one of our solutions, live unit testing frequently gets stuck. In Test Explorer, it appears to be running tests (progress bar moving from left to right, "run" button is disabled), however, there is no "Cancel" button to stop the tests, and no actual progress is being made (a couple of dozen tests passed and then no more progress). The only way I found to get the test control back is to restart visual studio and reload the solution. It will become stuck again after while - do not know how or when because it runs in the background. The problem is only noticed when I want to run some tests and the "run test/debug test" context menu is disabled.
Is there a way to disable live unit testing completely (per solution or otherwise)?