Skip to content

Commit

Permalink
#73 Force to disable junit5 parallel mode as PIT is not compatible wi…
Browse files Browse the repository at this point in the history
…th it
  • Loading branch information
tyge68 committed Dec 18, 2022
1 parent 9929c09 commit efd744d
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -31,6 +31,7 @@ public Configuration createTestFrameworkConfiguration(TestGroupConfig config,
ClassByteArraySource source,
Collection<String> excludedRunners,
Collection<String> includedTestMethods) {
System.setProperty("junit.jupiter.execution.parallel.enabled", "false");
return new JUnit5Configuration(config, includedTestMethods);
}

Expand Down

0 comments on commit efd744d

Please sign in to comment.