File tree Expand file tree Collapse 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 Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1616package org .springframework .data .jdbc ;
1717
1818import org .assertj .core .api .SoftAssertions ;
19+ import org .junit .jupiter .api .Disabled ;
1920import org .junit .jupiter .api .Test ;
2021import org .springframework .data .auditing .config .AuditingHandlerBeanDefinitionParser ;
2122
3435 *
3536 * @author Jens Schauder
3637 */
38+ @ Disabled ("Re-enable once package cycles are resolved" )
3739public class DependencyTests {
3840
3941 @ Test
Original file line number Diff line number Diff line change 1616package org .springframework .data .relational ;
1717
1818import org .assertj .core .api .SoftAssertions ;
19+ import org .junit .jupiter .api .Disabled ;
1920import org .junit .jupiter .api .Test ;
2021import org .springframework .data .relational .core .dialect .RenderContextFactory ;
2122import org .springframework .data .relational .core .sql .render .SelectRenderContext ;
3637 * @author Jens Schauder
3738 * @author Mark Paluch
3839 */
40+ @ Disabled ("Re-enable once package cycles are resolved" )
3941public class DependencyTests {
4042
4143 @ Test
You can’t perform that action at this time.
0 commit comments