You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2019/01/17 11:52:42 UTC

[maven-surefire] branch junit5-displayname updated: trying to avoid nested dummy test classes report which are intentionally supposed to fail (for internal test purposes)

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

tibordigana pushed a commit to branch junit5-displayname
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/junit5-displayname by this push:
     new 84193a8  trying to avoid nested dummy test classes report which are intentionally supposed to fail (for internal test purposes)
84193a8 is described below

commit 84193a8a6fd828db67122ce703b9f9d529f7cf5c
Author: tibordigana <ti...@apache.org>
AuthorDate: Thu Jan 17 12:52:36 2019 +0100

    trying to avoid nested dummy test classes report which are intentionally supposed to fail (for internal test purposes)
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index e72aa96..294c684 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -114,7 +114,7 @@ timeout(time: 12, unit: 'HOURS') {
         currentBuild.result = 'FAILURE'
         throw e
     } finally {
-        jenkinsNotify()
+        //jenkinsNotify()
     }
 }