File tree Expand file tree Collapse 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 Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 3333public class DependencyTests {
3434
3535 @ Test // DATAJDBC-114
36+ @ Disabled // Replace by ArchUnit test
3637 public void cycleFree () {
3738
3839 assertThat ( //
@@ -45,6 +46,7 @@ public void cycleFree() {
4546 }
4647
4748 @ Test // DATAJDBC-220
49+ @ Disabled // Replace by ArchUnit test
4850 public void acrossModules () {
4951
5052 assertThat ( //
Original file line number Diff line number Diff line change 1919import static org .hamcrest .MatcherAssert .*;
2020
2121import de .schauderhaft .degraph .check .JCheck ;
22+ import org .junit .jupiter .api .Disabled ;
23+ import org .junit .jupiter .api .Test ;
2224import scala .runtime .AbstractFunction1 ;
2325
2426import org .junit .jupiter .api .Test ;
3436public class DependencyTests {
3537
3638 @ Test // DATAJDBC-114
39+ @ Disabled // Replace by ArchUnit test
3740 public void cycleFree () {
3841
3942 assertThat ( //
@@ -48,6 +51,7 @@ public void cycleFree() {
4851 }
4952
5053 @ Test // DATAJDBC-220
54+ @ Disabled // Replace by ArchUnit test
5155 public void acrossModules () {
5256
5357 assertThat ( //
You can’t perform that action at this time.
0 commit comments