You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2020/04/25 04:08:29 UTC

[groovy] branch master updated: Revert "Include `Log4j2Test`"

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

sunlan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/master by this push:
     new 8886bd2  Revert "Include `Log4j2Test`"
8886bd2 is described below

commit 8886bd2cdffe202d7e3fa841703ec188a31b4807
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sat Apr 25 12:07:57 2020 +0800

    Revert "Include `Log4j2Test`"
    
    This reverts commit f9362073
---
 gradle/test.gradle | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gradle/test.gradle b/gradle/test.gradle
index 25471c5..603fd3c 100644
--- a/gradle/test.gradle
+++ b/gradle/test.gradle
@@ -96,6 +96,9 @@ def buildExcludeFilter(boolean legacyTestSuite) {
         excludes << 'groovy/grape/'
     }
 
+    // tests not passing with indy : investigation required!
+    excludes += ['Log4j2Test']
+
     return { f ->
         excludes.any { f.file =~ it }
     }