I have an application that dynamically schedules jobs based on properties. It listens for the ServiceReadyEvent and then schedules the job. Below is a small example that would get added to the context via a factory. To test this code I have a Micronaut test, using kotest. I also have a second test for another job My problem lies in