Skip to content

Commit

Permalink
Trying using forkCount set to 1.
Browse files Browse the repository at this point in the history
Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
  • Loading branch information
spericas committed Feb 5, 2024
1 parent 9c697bb commit 55d1208
Showing 1 changed file with 6 additions and 24 deletions.
30 changes: 6 additions & 24 deletions microprofile/telemetry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
-->

<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>helidon-microprofile-project</artifactId>
Expand Down Expand Up @@ -137,28 +137,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<executions>
<execution>
<id>default-test</id>
<configuration>
<excludes>
<exclude>**/WithSpanWithExplicitAppTest.java</exclude>
</excludes>
</configuration>
</execution>
<execution>
<!-- Run in a separate execution so other tests don't have the Application bean in play. -->
<id>test-with-explicit-app</id>
<goals>
<goal>test</goal>
</goals>
<configuration>
<includes>
<include>**/WithSpanWithExplicitAppTest.java</include>
</includes>
</configuration>
</execution>
</executions>
<configuration>
<forkCount>1</forkCount>
<reuseForks>false</reuseForks>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 55d1208

Please sign in to comment.