I have multiple test modules in a directory and i tend to run them all at once. If a test marked as blocker fails it skips not only the remaining tests in the module but all the tests in modules that would come after.
Anything that can be done about this?