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 03:47:58 UTC

[groovy] branch master updated: 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 f936207  Include `Log4j2Test`
f936207 is described below

commit f9362073666e333da256c3d0c05e366ab74a66d2
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sat Apr 25 11:47:28 2020 +0800

    Include `Log4j2Test`
---
 gradle/test.gradle | 3 ---
 1 file changed, 3 deletions(-)

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