Hello! I'm trying to run integration tests locally. And first time it fails on awaitSpringBootActuatorHealthyUp() "/fineract-provider/health" returns 404. Next times tomcat fail to start with error: *Caused by: java.lang.IllegalStateException: Illegal class loader binding*
(Full stack in attachment) I have searched for this problem and it looks like the issue in embedded tomcat plugin. (https://github.com/bmuschko/gradle-tomcat-plugin/issues/46) Could you advice me how to fix this issue? Should I use `env=dev` for integrationTests? Thanks, Ivan
