File tree 2 files changed +4
-0
lines changed
applications/spring-shell/src/test/java/org/springframework/sbm
components/sbm-core/src/test/java/org/springframework/sbm/java/impl
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 15
15
*/
16
16
package org .springframework .sbm ;
17
17
18
+ import org .junit .jupiter .api .Disabled ;
18
19
import org .junit .jupiter .api .Tag ;
19
20
import org .junit .jupiter .api .Test ;
20
21
import org .springframework .boot .test .web .client .TestRestTemplate ;
@@ -38,6 +39,7 @@ protected String getTestSubDir() {
38
39
39
40
@ Test
40
41
@ Tag ("integration" )
42
+ @ Disabled ("FIXME: https://github.com/spring-projects-experimental/spring-boot-migrator/issues/200" )
41
43
void migrateSimpleJeeApp () {
42
44
intializeTestProject ();
43
45
Original file line number Diff line number Diff line change 16
16
package org .springframework .sbm .java .impl ;
17
17
18
18
import org .assertj .core .api .Assertions ;
19
+ import org .junit .jupiter .api .Disabled ;
19
20
import org .junit .jupiter .api .Test ;
20
21
import org .springframework .sbm .java .api .*;
21
22
import org .springframework .sbm .project .resource .TestProjectContext ;
@@ -141,6 +142,7 @@ void testRemoveAnnotation() {
141
142
}
142
143
143
144
@ Test
145
+ @ Disabled ("FIXME: #" )
144
146
void removeMethodAnnotationsFromDependency () {
145
147
String given =
146
148
"import javax.ejb.*;\n " +
You can’t perform that action at this time.
0 commit comments