Skip to content

Commit

Permalink
Revert "Enable Test Distribution"
Browse files Browse the repository at this point in the history
This reverts commit e98114a.
  • Loading branch information
tylerbertrand authored and evanchooly committed Nov 13, 2024
1 parent f028f33 commit 795bc2a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
16 changes: 0 additions & 16 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,18 +91,6 @@
</compilerArgs>
</configuration>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<properties>
<distribution>
<enabled>true</enabled>
<maxLocalExecutors>4</maxLocalExecutors>
<maxRemoteExecutors>0</maxRemoteExecutors>
</distribution>
</properties>
</configuration>
</plugin>
<plugin>
<groupId>io.github.git-commit-id</groupId>
<artifactId>git-commit-id-maven-plugin</artifactId>
Expand Down Expand Up @@ -196,10 +184,6 @@
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
</dependency>
<dependency>
<groupId>org.junit.support</groupId>
<artifactId>testng-engine</artifactId>
</dependency>
<dependency>
<groupId>org.skyscreamer</groupId>
<artifactId>jsonassert</artifactId>
Expand Down
7 changes: 0 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
<sofia.version>0.25</sofia.version>
<surefire.version>3.1.0</surefire.version>
<testng.version>7.10.2</testng.version>
<junit.testng.engine.version>1.0.5</junit.testng.engine.version>
<zt.exec.version>1.12</zt.exec.version>

<maven.compiler.target>17</maven.compiler.target>
Expand Down Expand Up @@ -181,12 +180,6 @@
<version>${testng.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.support</groupId>
<artifactId>testng-engine</artifactId>
<version>${junit.testng.engine.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-model</artifactId>
Expand Down

0 comments on commit 795bc2a

Please sign in to comment.