Remove the parallel test running

This commit is contained in:
tastybento 2024-12-22 09:27:41 -08:00
parent 2dbb522eb7
commit 60f0110547
2 changed files with 0 additions and 3 deletions

View File

@ -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

View File

@ -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)
{