From 3e34d5ea8efb1fc8a1724fba3f5007f29e01673b Mon Sep 17 00:00:00 2001 From: Kun Li Date: Thu, 1 Jun 2023 17:20:38 -0700 Subject: [PATCH] Remove unneeded Disabled for SpringBoot2JUnit4to5MigrationTest --- .../java/spring/boot2/SpringBoot2JUnit4to5MigrationTest.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/testWithSpringBoot_2_3/java/org/openrewrite/java/spring/boot2/SpringBoot2JUnit4to5MigrationTest.java b/src/testWithSpringBoot_2_3/java/org/openrewrite/java/spring/boot2/SpringBoot2JUnit4to5MigrationTest.java index c3884ee39..d8b61b459 100644 --- a/src/testWithSpringBoot_2_3/java/org/openrewrite/java/spring/boot2/SpringBoot2JUnit4to5MigrationTest.java +++ b/src/testWithSpringBoot_2_3/java/org/openrewrite/java/spring/boot2/SpringBoot2JUnit4to5MigrationTest.java @@ -15,7 +15,6 @@ */ package org.openrewrite.java.spring.boot2; -import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; import org.openrewrite.Issue; import org.openrewrite.config.Environment; @@ -41,7 +40,6 @@ public void defaults(RecipeSpec spec) { @Issue("https://github.com/openrewrite/rewrite-spring/issues/43") @Test - @Disabled // TODO: dependency on rewrite-testing-frameworks void springBootRunWithRemovedNoExtension() { //language=java rewriteRun( @@ -83,7 +81,6 @@ void testFindAll() { @Issue("https://github.com/openrewrite/rewrite-spring/issues/296") @Test - @Disabled // TODO: dependency on rewrite-testing-frameworks void springBootRunWithContextConfigurationReplacedWithSpringJUnitConfig() { //language=java rewriteRun(