Skip to content

Commit 5b1486c

Browse files
committed
Merge branch '2.5.x' into 2.6.x
2 parents 1f61c36 + d211b0f commit 5b1486c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/session/ReactiveSessionAutoConfigurationMongoTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
* @author Andy Wilkinson
4848
* @author Weix Sun
4949
*/
50-
@Testcontainers
50+
@Testcontainers(disabledWithoutDocker = true)
5151
class ReactiveSessionAutoConfigurationMongoTests extends AbstractSessionAutoConfigurationTests {
5252

5353
@Container

0 commit comments

Comments
 (0)