Skip to content

Commit

Permalink
Remove the parallel test running
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Dec 22, 2024
1 parent 2dbb522 commit 60f0110
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -457,8 +457,6 @@
<version>3.0.0-M5</version>
<!--suppress MavenModelInspection -->
<configuration>
<parallel>classes</parallel>
<threadCount>4</threadCount>
<argLine>
${argLine}
--add-opens java.base/java.lang=ALL-UNNAMED
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ public class IslandHomesPanel extends AbstractPanel
*
* @param command CompositeCommand
* @param user User who opens panel
* @param islandMap map of island names and IslandInfo
*/
private IslandHomesPanel(@NonNull CompositeCommand command, @NonNull User user)
{
Expand Down

0 comments on commit 60f0110

Please sign in to comment.