Skip to content

Commit 2834105

Browse files
committed
fixed tests
1 parent bf69082 commit 2834105

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

pom.xml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,6 @@
112112
<version>${junitVer}</version>
113113
<scope>test</scope>
114114
</dependency>
115-
<dependency>
116-
<groupId>org.junit.platform</groupId>
117-
<artifactId>junit-platform-runner</artifactId>
118-
<version>${junitPlatformVer}</version>
119-
<scope>test</scope>
120-
</dependency>
121115
</dependencies>
122116

123117
<build>
@@ -137,34 +131,16 @@
137131
<configuration>
138132
<skipTests>${skipTests}</skipTests>
139133
<skipITs>${skipITs}</skipITs>
140-
<!-- <threadCount>2</threadCount>
141-
<forkCount>2C</forkCount>-->
142134
</configuration>
143135
</plugin>
144136

145137
<plugin>
146138
<groupId>org.apache.maven.plugins</groupId>
147139
<artifactId>maven-surefire-plugin</artifactId>
148140
<version>3.5.3</version>
149-
<!-- <dependencies>
150-
<dependency>
151-
<groupId>org.apache.maven.surefire</groupId>
152-
<artifactId>surefire-junit-platform</artifactId>
153-
<version>3.2.5</version>
154-
</dependency>
155-
</dependencies>-->
156141
<configuration>
157-
<!-- <includes>
158-
<include>**/*IT.java</include>
159-
</includes>-->
160-
<!--<argLine>-Xmx256m ${surefireArgLine}</argLine>-->
161142
<skipTests>${skipUTs}</skipTests>
162143
<forkCount>2C</forkCount>
163-
<!-- <threadCount>2</threadCount>
164-
<forkCount>2C</forkCount>-->
165-
<!-- <parallel>methods</parallel>
166-
<threadCount>10</threadCount>
167-
<forkCount>2C</forkCount>-->
168144
</configuration>
169145
</plugin>
170146

0 commit comments

Comments
 (0)