I am attempting to debug a test, but it is not being executed
Warning 7/12/2012 9:16:53 AM Test run ‘xxx@YYY 2012-07-12 09:14:52’
could not be executed. Timed out waiting for the process that runs
tests to initialize.
I however do not have any initializer code at all.
This was working previously, but I just modified Nuget in the solution to allow for Nuget Restore. I am unsure of whether this is the cause or not.
How can I debug through my test again?
I restarted my computer and my tests started debugging fine.