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
Investigating parallel execution, I discovered that ParallelizableAttribute on a SetUpFixture has no effect on the test at all. In fact, aside from SetUpFixtureAttribute itself, attributes on a SetUpFixture have no effect at all!
Among other things, this probably explains some of our parallelization issues.
The text was updated successfully, but these errors were encountered:
Investigating parallel execution, I discovered that
ParallelizableAttribute
on aSetUpFixture
has no effect on the test at all. In fact, aside fromSetUpFixtureAttribute
itself, attributes on a SetUpFixture have no effect at all!Among other things, this probably explains some of our parallelization issues.
The text was updated successfully, but these errors were encountered: