File tree 2 files changed +3
-0
lines changed
spring-data-jdbc/src/test/java/org/springframework/data/jdbc/degraph
spring-data-relational/src/test/java/org/springframework/data/relational/degraph
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ public void cycleFree() {
45
45
}
46
46
47
47
@ Test // DATAJDBC-220
48
+ @ Disabled ("Cycle in Spring Data Commons" )
48
49
public void acrossModules () {
49
50
50
51
assertThat ( //
Original file line number Diff line number Diff line change 19
19
import static org .hamcrest .MatcherAssert .*;
20
20
21
21
import de .schauderhaft .degraph .check .JCheck ;
22
+ import org .junit .jupiter .api .Disabled ;
22
23
import scala .runtime .AbstractFunction1 ;
23
24
24
25
import org .junit .jupiter .api .Test ;
@@ -48,6 +49,7 @@ public void cycleFree() {
48
49
}
49
50
50
51
@ Test // DATAJDBC-220
52
+ @ Disabled ("Cycle in Spring Data Commons" )
51
53
public void acrossModules () {
52
54
53
55
assertThat ( //
You can’t perform that action at this time.
0 commit comments