I need to switch off the Cassandra database connectivity/health test at startup of the Quarkus application. The application starts successfully, only if it can reach the database. I need to switch it off only for tests, e.g. when I run tests with maven (mvn clean install). Is there a way to configure it in the application.properties or somewhere else?
Thanks in advance! :-)