Skip to content

Commit 3e34d5e

Browse files
committed
Remove unneeded Disabled for SpringBoot2JUnit4to5MigrationTest
1 parent f9fd034 commit 3e34d5e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/testWithSpringBoot_2_3/java/org/openrewrite/java/spring/boot2/SpringBoot2JUnit4to5MigrationTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
*/
1616
package org.openrewrite.java.spring.boot2;
1717

18-
import org.junit.jupiter.api.Disabled;
1918
import org.junit.jupiter.api.Test;
2019
import org.openrewrite.Issue;
2120
import org.openrewrite.config.Environment;
@@ -41,7 +40,6 @@ public void defaults(RecipeSpec spec) {
4140

4241
@Issue("https://github.com/openrewrite/rewrite-spring/issues/43")
4342
@Test
44-
@Disabled // TODO: dependency on rewrite-testing-frameworks
4543
void springBootRunWithRemovedNoExtension() {
4644
//language=java
4745
rewriteRun(
@@ -83,7 +81,6 @@ void testFindAll() {
8381

8482
@Issue("https://github.com/openrewrite/rewrite-spring/issues/296")
8583
@Test
86-
@Disabled // TODO: dependency on rewrite-testing-frameworks
8784
void springBootRunWithContextConfigurationReplacedWithSpringJUnitConfig() {
8885
//language=java
8986
rewriteRun(

0 commit comments

Comments
 (0)