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
I'm not sure if this is precisely what @programuotojasgf was originally referring to but I'm attaching this sample project which contains a minimal example of a test method parallelization failure within a test class. I'm currently using this fix which I've implemented in my fork.
@pengweiqhca , I plan to make a pull request shortly but in the meantime please let me know if you have any feedback. Note that this is for the v2 branch specifically.
Tests run sequentially
Make a test class with a theory and add 2 InlineData
All tests should run at the same time, but run sequentially.
Everything works fine with version 9.2.1
The text was updated successfully, but these errors were encountered: