@isTest(isParallel=true) annotation is used to indicate test classes that can run in parallel. Default limits on the number of concurrent tests do not apply to these test classes. This annotation makes the execution of test classes more efficient, because more tests can be run in parallel.
This annotation overrides settings that disable parallel testing.