I have concurrency problems running my Nunit tests because they run all in parallel. I would like to know if it's possible to run in series some of them and how.
I have concurrency problems running my Nunit tests because they run all in parallel. I would like to know if it's possible to run in series some of them and how.