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(
20772077 // SUREFIRE-1643 we can force this here as junit5 will need this for multi thread test
20782078 ReporterFactoryOptions reporterFactoryOptions = new ReporterFactoryOptions ();
20792079 if ("org.apache.maven.surefire.junitplatform.JUnitPlatformProvider" .equals (providerInfo .getProviderName ())) {
2080- reporterFactoryOptions .setStatPerSourceName (isJunitPlatformParallelExecutionEnabled ());
2080+ reporterFactoryOptions .setStatPerSourceName (true ); // isJunitPlatformParallelExecutionEnabled());
20812081 }
20822082 return new StartupReportConfiguration (
20832083 isUseFile (),
You can’t perform that action at this time.
0 commit comments