remove junit fork
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good

This commit is contained in:
austin 2024-09-01 23:21:52 -04:00
parent 4192b6c06e
commit f466161914

13
pom.xml
View File

@ -430,18 +430,6 @@
<!-- To execute this profile, run a command like "mvn test -P integration" -->
<profile>
<id>integration</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<configuration>
<forkCount>0</forkCount>
</configuration>
</plugin>
</plugins>
</build>
<properties>
<!--The tests to run-->
<groups>fast,unit,integration</groups>
@ -459,7 +447,6 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<configuration>
<forkCount>0</forkCount>
<argLine>-javaagent:./lwjglx-debug-1.0.0.jar=t;o=trace.log</argLine>
</configuration>
</plugin>