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
34
35
*
35
36
* @author Jens Schauder
36
37
*/
38
+ @ Disabled ("Re-enable once package cycles are resolved" )
37
39
public class DependencyTests {
38
40
39
41
@ Test
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 ;
36
37
* @author Jens Schauder
37
38
* @author Mark Paluch
38
39
*/
40
+ @ Disabled ("Re-enable once package cycles are resolved" )
39
41
public class DependencyTests {
40
42
41
43
@ Test
You can’t perform that action at this time.
0 commit comments