Skip to content

Commit be4b047

Browse files
committed
build: skip tests during the build process and comment out test suite includes
1 parent e01ed1e commit be4b047

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,10 +227,11 @@
227227
<artifactId>maven-surefire-plugin</artifactId>
228228
<version>3.0.0-M5</version>
229229
<configuration>
230-
<includes>
230+
<!-- <includes>
231231
<include>**/*TestSuite.java</include>
232232
</includes>
233-
<reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
233+
<reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory> -->
234+
<skipTests>true</skipTests>
234235
<testFailureIgnore>true</testFailureIgnore>
235236
</configuration>
236237
</plugin>

0 commit comments

Comments
 (0)