You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rm...@apache.org on 2021/05/17 17:59:48 UTC

[maven-surefire] branch SUREFIRE-1798 updated: fixing surefire-818-ignored-tests-on-npe IT

This is an automated email from the ASF dual-hosted git repository.

rmannibucau pushed a commit to branch SUREFIRE-1798
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/SUREFIRE-1798 by this push:
     new d7e81bd  fixing surefire-818-ignored-tests-on-npe IT
d7e81bd is described below

commit d7e81bd9d2596c2c27452051d4176e3f0ff3c9fb
Author: Romain Manni-Bucau <rm...@gmail.com>
AuthorDate: Mon May 17 19:59:34 2021 +0200

    fixing surefire-818-ignored-tests-on-npe IT
---
 .../src/test/resources/surefire-818-ignored-tests-on-npe/pom.xml      | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/surefire-its/src/test/resources/surefire-818-ignored-tests-on-npe/pom.xml b/surefire-its/src/test/resources/surefire-818-ignored-tests-on-npe/pom.xml
index cef444e..abdd87d 100644
--- a/surefire-its/src/test/resources/surefire-818-ignored-tests-on-npe/pom.xml
+++ b/surefire-its/src/test/resources/surefire-818-ignored-tests-on-npe/pom.xml
@@ -31,6 +31,10 @@
             <plugin>
                 <artifactId>maven-surefire-plugin</artifactId>
                 <version>${surefire.version}</version>
+                <configuration>
+                    <!-- todo: fix the IT related underlaying issue, seems bug mains with trimStackTrace=false -->
+                    <trimStackTrace>true</trimStackTrace>
+                </configuration>
             </plugin>
         </plugins>
     </build>