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 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 org .junit .jupiter .api .Test ;
23
24
import scala .runtime .AbstractFunction1 ;
24
25
30
31
public class DependencyTests {
31
32
32
33
@ Test // DATAJDBC-114
34
+ @ Disabled // Replace by ArchUnit test
33
35
public void cycleFree () {
34
36
35
37
assertThat ( //
@@ -42,6 +44,7 @@ public void cycleFree() {
42
44
}
43
45
44
46
@ Test // DATAJDBC-220
47
+ @ Disabled // Replace by ArchUnit test
45
48
public void acrossModules () {
46
49
47
50
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 org .junit .jupiter .api .Test ;
23
24
import scala .runtime .AbstractFunction1 ;
24
25
31
32
public class DependencyTests {
32
33
33
34
@ Test // DATAJDBC-114
35
+ @ Disabled // Replace by ArchUnit test
34
36
public void cycleFree () {
35
37
36
38
assertThat ( //
@@ -43,6 +45,7 @@ public void cycleFree() {
43
45
}
44
46
45
47
@ Test // DATAJDBC-220
48
+ @ Disabled // Replace by ArchUnit test
46
49
public void acrossModules () {
47
50
48
51
assertThat ( //
You can’t perform that action at this time.
0 commit comments