You can prevent tests from running in parallel by adding the [NonParallelizable] attribute, which can be added in test, class and assembly level.
You can prevent tests from running in parallel by adding the [NonParallelizable] attribute, which can be added in test, class and assembly level.