You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If [Collection], [CollectionDefinition(DisableParallelization = true)], [DisableParallelization] declared on the test class, the test class will run sequentially.
I will change the behavior if ParallelizationMode is Force
Describe the bug
Parallel tests are not working when CollectionAtribute is used.
To Reproduce
Adding CollectionAttribute to example code.
Expected behavior
Parallel test should run with and without CollectionAttribute.
Desktop:
The text was updated successfully, but these errors were encountered: