Skip to content

Commit f6c974b

Browse files
committed
restore
Signed-off-by: Olivier Lamy <[email protected]>
1 parent e96e744 commit f6c974b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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(),

0 commit comments

Comments
 (0)