File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2077,7 +2077,7 @@ private StartupReportConfiguration getStartupReportConfiguration(
2077
2077
// SUREFIRE-1643 we can force this here as junit5 will need this for multi thread test
2078
2078
ReporterFactoryOptions reporterFactoryOptions = new ReporterFactoryOptions ();
2079
2079
if ("org.apache.maven.surefire.junitplatform.JUnitPlatformProvider" .equals (providerInfo .getProviderName ())) {
2080
- reporterFactoryOptions .setStatPerSourceName (isJunitPlatformParallelExecutionEnabled ());
2080
+ reporterFactoryOptions .setStatPerSourceName (true ); // isJunitPlatformParallelExecutionEnabled());
2081
2081
}
2082
2082
return new StartupReportConfiguration (
2083
2083
isUseFile (),
You can’t perform that action at this time.
0 commit comments