We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feb6dd2 commit 70a6a81Copy full SHA for 70a6a81
1 file changed
subprojects/groovy-ant/src/test/groovy/org/codehaus/groovy/ant/GroovycTest.java
@@ -22,6 +22,7 @@
22
import org.apache.tools.ant.Project;
23
import org.apache.tools.ant.ProjectHelper;
24
import org.junit.Before;
25
+import org.junit.Ignore;
26
import org.junit.Test;
27
28
import java.io.ByteArrayOutputStream;
@@ -361,7 +362,7 @@ public void testPlainCompilationWithNestedSrcElement() {
361
362
}
363
364
// GROOVY-11666
- @Test
365
+ @Ignore @Test
366
public void testRestrictionForIncrementalCompilation() {
367
ensureNotPresent("GroovycTest3");
368
project.executeTarget("incrementalCompilation");
0 commit comments