Skip to content

Commit

Permalink
Remove unneeded Disabled for SpringBoot2JUnit4to5MigrationTest
Browse files Browse the repository at this point in the history
  • Loading branch information
kunli2 committed Jun 2, 2023
1 parent f9fd034 commit 3e34d5e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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(
Expand Down Expand Up @@ -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(
Expand Down

0 comments on commit 3e34d5e

Please sign in to comment.