Testing Async Methods in Spring Boot Posted on Aug 1, 2022 in #spring boot #code #kotlin Reading time: 1 minute Intro In this tutorial I’m showing you how you can disable concurrent execution of async methods during your tests so these run in a linear fashion. 🍿 Watch on YouTube or get the code from GitHub