Skip to content

Commit

Permalink
Disable test is Docker is not available
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed Jan 19, 2022
1 parent 6642852 commit d211b0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
*
* @author Andy Wilkinson
*/
@Testcontainers
@Testcontainers(disabledWithoutDocker = true)
class ReactiveSessionAutoConfigurationMongoTests extends AbstractSessionAutoConfigurationTests {

@Container
Expand Down

0 comments on commit d211b0f

Please sign in to comment.