You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 1, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: examples/ogm-integration/src/test/java/org/neo4j/doc/driver/springframework/boot/ogm_integration/ApplicationTest.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@
42
42
* This tests demonstrates that the automatic configuration for the driver integrates will with Spring Boot, meaning that
43
43
* there's still a transaction manager, open session in view interceptor and bookmark support.
Copy file name to clipboardExpand all lines: examples/ogm-integration/src/test/java/org/neo4j/doc/driver/springframework/boot/ogm_integration/domain/TestSliceTest.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@
41
41
*
42
42
* @author Michael J. Simons
43
43
*/
44
-
@Testcontainers
44
+
@Testcontainers(disabledWithoutDocker = true)
45
45
@DataNeo4jTest
46
46
@ImportAutoConfiguration(Neo4jDriverAutoConfiguration.class) // This is necessary, as the test slice cannot know about it
Copy file name to clipboardExpand all lines: neo4j-java-driver-spring-boot-autoconfigure/src/test/java/org/neo4j/driver/springframework/boot/autoconfigure/Neo4jDriverAutoConfigurationIT.java
0 commit comments