Skip to content

Commit 947ee2a

Browse files
committed
fix test
1 parent ed4b782 commit 947ee2a

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

pom.xml

+13
Original file line numberDiff line numberDiff line change
@@ -1359,6 +1359,11 @@
13591359
</compilerArgs>
13601360
</configuration>
13611361
</plugin>
1362+
<plugin>
1363+
<groupId>org.apache.maven.plugins</groupId>
1364+
<artifactId>maven-surefire-plugin</artifactId>
1365+
<version>3.3.0</version>
1366+
</plugin>
13621367
<plugin>
13631368
<groupId>org.scalatest</groupId>
13641369
<artifactId>scalatest-maven-plugin</artifactId>
@@ -1650,6 +1655,14 @@
16501655
</execution>
16511656
</executions>
16521657
</plugin>
1658+
<plugin>
1659+
<groupId>org.apache.maven.plugins</groupId>
1660+
<artifactId>maven-surefire-plugin</artifactId>
1661+
<configuration>
1662+
<skipTests>true</skipTests>
1663+
</configuration>
1664+
</plugin>
1665+
16531666
</plugins>
16541667
</build>
16551668
</project>

tools/qualification-tool/pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,8 @@
154154
<plugin>
155155
<groupId>org.apache.maven.plugins</groupId>
156156
<artifactId>maven-surefire-plugin</artifactId>
157-
<version>3.3.0</version>
158157
<configuration>
159-
<skipTests>true</skipTests>
158+
<skipTests>false</skipTests>
160159
</configuration>
161160
</plugin>
162161

0 commit comments

Comments
 (0)