xunit / visualstudio.xunit

VSTest runner for xUnit.net (for Visual Studio Test Explorer and dotnet test)
https://xunit.net/
Other
146 stars 81 forks source link

Test doesn't start when running all test #341

Closed 0nary closed 2 years ago

0nary commented 2 years ago

When I try to run all of my test, one test doesn't start. If I try to run it in a github workflow, none of the test start.

image

0nary commented 2 years ago

I finally found the problem, the PushInventory have a while loop how never end. But since I see the green v, I was thinking the test works properly.