File tree 2 files changed +4
-0
lines changed
spring-data-jdbc/src/test/java/org/springframework/data/jdbc
spring-data-relational/src/test/java/org/springframework/data/relational
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 16
16
package org .springframework .data .jdbc ;
17
17
18
18
import org .assertj .core .api .SoftAssertions ;
19
+ import org .junit .jupiter .api .Disabled ;
19
20
import org .junit .jupiter .api .Test ;
20
21
import org .springframework .data .auditing .config .AuditingHandlerBeanDefinitionParser ;
21
22
@@ -56,6 +57,7 @@ void cycleFree() {
56
57
}
57
58
58
59
@ Test
60
+ @ Disabled ("Cycle in Spring Data Commons" )
59
61
void acrossModules () {
60
62
61
63
JavaClasses importedClasses = new ClassFileImporter ()
Original file line number Diff line number Diff line change 16
16
package org .springframework .data .relational ;
17
17
18
18
import org .assertj .core .api .SoftAssertions ;
19
+ import org .junit .jupiter .api .Disabled ;
19
20
import org .junit .jupiter .api .Test ;
20
21
import org .springframework .data .relational .core .dialect .RenderContextFactory ;
21
22
import org .springframework .data .relational .core .sql .render .SelectRenderContext ;
@@ -58,6 +59,7 @@ void cycleFree() {
58
59
}
59
60
60
61
@ Test
62
+ @ Disabled ("Cycle in Spring Data Commons" )
61
63
void acrossModules () {
62
64
63
65
JavaClasses importedClasses = new ClassFileImporter () //
You can’t perform that action at this time.
0 commit comments