We have a couple of Spring tests that call a secured controller endpoints. Our goal is to assure that absence of particular user roles will result into HTTP 403 status. Our issue is that execution of those tests also bootstraps DB connection which we don't actually need. I've already tried countless number of all kind of annotations and manual configurations to avoid initialization of DB connection but so far without luck. Can you please share example how to do that? We use Spring Boot 2.7.