Skip to content

Commit 5f16563

Browse files
committed
Disable tests involving gradle plugin for Rewrite
1 parent 74924f4 commit 5f16563

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

headless-services/commons/commons-rewrite/src/test/java/org/springframework/ide/vscode/commons/rewrite/gradle/GradleIJavaProjectParserTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
import java.util.List;
1919
import java.util.stream.Collectors;
2020

21+
import org.junit.jupiter.api.Disabled;
2122
import org.junit.jupiter.api.Test;
2223
import org.openrewrite.InMemoryExecutionContext;
2324
import org.openrewrite.SourceFile;
@@ -35,6 +36,7 @@
3536

3637
public class GradleIJavaProjectParserTest {
3738

39+
@Disabled
3840
@Test
3941
void testSingleGroovy() throws Exception {
4042
URL resource = getClass().getResource("/test-projects/example-gradle-groovy");

0 commit comments

Comments
 (0)