Skip to content

Commit 70a6a81

Browse files
committed
disable test case
1 parent feb6dd2 commit 70a6a81

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

subprojects/groovy-ant/src/test/groovy/org/codehaus/groovy/ant/GroovycTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
import org.apache.tools.ant.Project;
2323
import org.apache.tools.ant.ProjectHelper;
2424
import org.junit.Before;
25+
import org.junit.Ignore;
2526
import org.junit.Test;
2627

2728
import java.io.ByteArrayOutputStream;
@@ -361,7 +362,7 @@ public void testPlainCompilationWithNestedSrcElement() {
361362
}
362363

363364
// GROOVY-11666
364-
@Test
365+
@Ignore @Test
365366
public void testRestrictionForIncrementalCompilation() {
366367
ensureNotPresent("GroovycTest3");
367368
project.executeTarget("incrementalCompilation");

0 commit comments

Comments
 (0)