Hi there
A bunch of my tests are stuck in the pending state, even across VS restarts, as illustrated in this screenshot:
The tests in question are acceptance-style tests than run an ASP.NET Core application through the Test Host and communicate with a SQL Server instance running in Docker. No matter what I try, I cannot remove these stuck tests from the queue, nor can I run those tests manually—they appear to be blocked by the pending runs.
I'm now running the 4.6 release candidate from
this thread, but I first noticed this behaviour after upgrading to 4.5 around 1-2 weeks ago. (I tried the RC to see if it fixed the issue.) I'm also wondering if it's related to
this issue.
Many thanks in advance!