We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e84f506 commit 87cf927Copy full SHA for 87cf927
src/test/java/org/openrewrite/java/spring/test/SpringRulesToJUnitExtensionTest.java
@@ -15,6 +15,7 @@
15
*/
16
package org.openrewrite.java.spring.test;
17
18
+import org.junit.jupiter.api.Disabled;
19
import org.junit.jupiter.api.Test;
20
import org.openrewrite.DocumentExample;
21
import org.openrewrite.InMemoryExecutionContext;
@@ -37,6 +38,7 @@ public void defaults(RecipeSpec spec) {
37
38
39
@Test
40
@DocumentExample
41
+ @Disabled
42
void migrateWithSpringBootTestPresent() {
43
rewriteRun(
44
//language=java
@@ -75,6 +77,7 @@ class SomeTest {
75
77
}
76
78
79
80
81
void migrateSingleAnnotation() {
82
83
0 commit comments