Skip to content

Commit

Permalink
Merge pull request #74 from tyge68/patch-1
Browse files Browse the repository at this point in the history
#73 Force to disable junit5 parallel mode as PIT is not compatible wi…
  • Loading branch information
hcoles committed Jan 3, 2023
2 parents a1ef6f3 + efd744d commit acb6406
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 acb6406

Please sign in to comment.