diff options
Diffstat (limited to 'testing-drivers')
-rw-r--r-- | testing-drivers/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing-drivers/pom.xml b/testing-drivers/pom.xml index 84593580c..e93bb57ff 100644 --- a/testing-drivers/pom.xml +++ b/testing-drivers/pom.xml @@ -80,7 +80,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> - <testFailureIgnore>true</testFailureIgnore> + <testFailureIgnore>false</testFailureIgnore> <excludes> <exclude>**/*AjcTestSpecAsTest*</exclude> </excludes> |