File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
src/testWithSpringBoot_2_3/java/org/openrewrite/java/spring/boot2 Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 1515 */
1616package org .openrewrite .java .spring .boot2 ;
1717
18- import org .junit .jupiter .api .Disabled ;
1918import org .junit .jupiter .api .Test ;
2019import org .openrewrite .Issue ;
2120import 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 (
You can’t perform that action at this time.
0 commit comments