Skip to content

Commit d211b0f

Browse files
committed
Disable test is Docker is not available
See gh-28843
1 parent 6642852 commit d211b0f

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
*
4444
* @author Andy Wilkinson
4545
*/
46-
@Testcontainers
46+
@Testcontainers(disabledWithoutDocker = true)
4747
class ReactiveSessionAutoConfigurationMongoTests extends AbstractSessionAutoConfigurationTests {
4848

4949
@Container

0 commit comments

Comments
 (0)