Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
vharseko committed Oct 20, 2023
1 parent d251642 commit 9f023a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions opendj-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<parallel>methods</parallel>
<threadCount>1</threadCount>
<reuseForks>false</reuseForks>
</configuration>
</plugin>
<plugin>
Expand Down
1 change: 0 additions & 1 deletion opendj-ldap-toolkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkNode implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory"/>
<!-- <shutdown>testset</shutdown>-->
</configuration>
</plugin>

Expand Down

0 comments on commit 9f023a6

Please sign in to comment.