Skip to content
This repository was archived by the owner on Apr 7, 2022. It is now read-only.

Commit efe1ede

Browse files
committed
Ignore test failure = false.
1 parent c0609a6 commit efe1ede

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jwebunit-htmlunit-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<plugin>
2424
<artifactId>maven-surefire-plugin</artifactId>
2525
<configuration>
26-
<testFailureIgnore>true</testFailureIgnore>
26+
<testFailureIgnore>false</testFailureIgnore>
2727
<includes>
2828
<include>**/*Test.java</include>
2929
<include>**/*Tests.java</include>

0 commit comments

Comments
 (0)