File tree 2 files changed +6
-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 +6
-0
lines changed Original file line number Diff line number Diff line change 33
33
public class DependencyTests {
34
34
35
35
@ Test // DATAJDBC-114
36
+ @ Disabled // Replace by ArchUnit test
36
37
public void cycleFree () {
37
38
38
39
assertThat ( //
@@ -45,6 +46,7 @@ public void cycleFree() {
45
46
}
46
47
47
48
@ Test // DATAJDBC-220
49
+ @ Disabled // Replace by ArchUnit test
48
50
public void acrossModules () {
49
51
50
52
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 ;
23
+ import org .junit .jupiter .api .Test ;
22
24
import scala .runtime .AbstractFunction1 ;
23
25
24
26
import org .junit .jupiter .api .Test ;
34
36
public class DependencyTests {
35
37
36
38
@ Test // DATAJDBC-114
39
+ @ Disabled // Replace by ArchUnit test
37
40
public void cycleFree () {
38
41
39
42
assertThat ( //
@@ -48,6 +51,7 @@ public void cycleFree() {
48
51
}
49
52
50
53
@ Test // DATAJDBC-220
54
+ @ Disabled // Replace by ArchUnit test
51
55
public void acrossModules () {
52
56
53
57
assertThat ( //
You can’t perform that action at this time.
0 commit comments