This is an automated email from the ASF dual-hosted git repository.
emilles pushed a commit to branch GROOVY_4_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/GROOVY_4_0_X by this push:
new 70a6a81b03 disable test case
70a6a81b03 is described below
commit 70a6a81b038509079bcc8ccc6b80d131649d8a1d
Author: Eric Milles <[email protected]>
AuthorDate: Thu Jul 17 14:10:34 2025 -0500
disable test case
---
.../src/test/groovy/org/codehaus/groovy/ant/GroovycTest.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/subprojects/groovy-ant/src/test/groovy/org/codehaus/groovy/ant/GroovycTest.java
b/subprojects/groovy-ant/src/test/groovy/org/codehaus/groovy/ant/GroovycTest.java
index 8f9ab165f1..1808e3db6d 100644
---
a/subprojects/groovy-ant/src/test/groovy/org/codehaus/groovy/ant/GroovycTest.java
+++
b/subprojects/groovy-ant/src/test/groovy/org/codehaus/groovy/ant/GroovycTest.java
@@ -22,6 +22,7 @@ import org.apache.tools.ant.BuildException;
import org.apache.tools.ant.Project;
import org.apache.tools.ant.ProjectHelper;
import org.junit.Before;
+import org.junit.Ignore;
import org.junit.Test;
import java.io.ByteArrayOutputStream;
@@ -361,7 +362,7 @@ public final class GroovycTest {
}
// GROOVY-11666
- @Test
+ @Ignore @Test
public void testRestrictionForIncrementalCompilation() {
ensureNotPresent("GroovycTest3");
project.executeTarget("incrementalCompilation");