Skip to content

Commit 89f37e9

Browse files
committed
Enable skipping tests in Maven Surefire plugin configuration
1 parent 78bc9f9 commit 89f37e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@
276276
<artifactId>maven-surefire-plugin</artifactId>
277277
<version>2.22.2</version>
278278
<configuration>
279-
<!-- <skipTests>true</skipTests> -->
279+
<skipTests>true</skipTests>
280280
</configuration>
281281
</plugin>
282282

0 commit comments

Comments
 (0)