Closed
Description
This test runs 8 cases and then hangs (but still using my cpu). I'm using the latest R# with the latest nunit console runner available at this time.
[TestFixture]
public class NunitParallelizationTest
{
[Parallelizable(ParallelScope.All)]
[Test]
public void Test([Range(1, 10)] int x)
{
}
}
Stack trace: https://www.screencast.com/t/k2hZPk95QBN